diff options
author | Nicola Gigante <nicola.gigante@gmail.com> | 2011-11-26 16:20:01 +0000 |
---|---|---|
committer | Nicola Gigante <nicola.gigante@gmail.com> | 2011-11-26 16:20:01 +0000 |
commit | f7a73a0428ad4819ef945ced4f38b3b6b1c39e72 (patch) | |
tree | fe76405a169ba384c72e73760c6f8c442a9e0afb /lib/Sema/Sema.cpp | |
parent | 4c51548271d2f8385127e1d943764ae8939d7794 (diff) |
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/Sema.cpp')
-rw-r--r-- | lib/Sema/Sema.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Sema/Sema.cpp b/lib/Sema/Sema.cpp index e3d1ff779a..fe393dd2fe 100644 --- a/lib/Sema/Sema.cpp +++ b/lib/Sema/Sema.cpp @@ -37,6 +37,7 @@ #include "clang/Basic/FileManager.h" #include "clang/Basic/PartialDiagnostic.h" #include "clang/Basic/TargetInfo.h" + using namespace clang; using namespace sema; |