summaryrefslogtreecommitdiffstats
path: root/clang/unittests
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-02-04 13:45:25 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-02-04 13:45:25 +0000
commit4903802fbfff23b27f0a030f6103818f6edb2a16 (patch)
tree6c51b22161b0a460d84c5754de01ca5e6b22416f /clang/unittests
parent02c746de10c118c594d815262d84b5562453e076 (diff)
downloadbcm5719-llvm-4903802fbfff23b27f0a030f6103818f6edb2a16.tar.gz
bcm5719-llvm-4903802fbfff23b27f0a030f6103818f6edb2a16.zip
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/unittests')
-rw-r--r--clang/unittests/Basic/SourceManagerTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/Basic/SourceManagerTest.cpp b/clang/unittests/Basic/SourceManagerTest.cpp
index 1b067b0d0bf..588721189d8 100644
--- a/clang/unittests/Basic/SourceManagerTest.cpp
+++ b/clang/unittests/Basic/SourceManagerTest.cpp
@@ -16,6 +16,7 @@
#include "clang/Lex/ModuleLoader.h"
#include "clang/Lex/HeaderSearch.h"
#include "clang/Lex/Preprocessor.h"
+#include "llvm/ADT/SmallString.h"
#include "llvm/Config/config.h"
#include "gtest/gtest.h"
OpenPOWER on IntegriCloud