diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-04 13:45:25 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-04 13:45:25 +0000 |
commit | 4903802fbfff23b27f0a030f6103818f6edb2a16 (patch) | |
tree | 6c51b22161b0a460d84c5754de01ca5e6b22416f /clang/lib/Sema/CodeCompleteConsumer.cpp | |
parent | 02c746de10c118c594d815262d84b5562453e076 (diff) | |
download | llvm-4903802fbfff23b27f0a030f6103818f6edb2a16.zip llvm-4903802fbfff23b27f0a030f6103818f6edb2a16.tar.gz llvm-4903802fbfff23b27f0a030f6103818f6edb2a16.tar.bz2 |
Move a method from IdentifierTable.h out of line and remove the SmallString include.
Fix all the transitive include users.
llvm-svn: 149783
Diffstat (limited to 'clang/lib/Sema/CodeCompleteConsumer.cpp')
-rw-r--r-- | clang/lib/Sema/CodeCompleteConsumer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/CodeCompleteConsumer.cpp b/clang/lib/Sema/CodeCompleteConsumer.cpp index f1a6392..c157d3f 100644 --- a/clang/lib/Sema/CodeCompleteConsumer.cpp +++ b/clang/lib/Sema/CodeCompleteConsumer.cpp @@ -18,6 +18,7 @@ #include "clang/AST/DeclTemplate.h" #include "clang/Lex/Preprocessor.h" #include "clang-c/Index.h" +#include "llvm/ADT/SmallString.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/Twine.h" #include "llvm/Support/raw_ostream.h" |