diff options
author | Daniel Jasper <djasper@google.com> | 2012-08-24 05:50:27 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2012-08-24 05:50:27 +0000 |
commit | 7fd90b03a28df0626fdb44d05be9ddcdb2562686 (patch) | |
tree | a68601ff1b176d2dd30d163e25cd9a093847f597 /unittests/Tooling/CompilationDatabaseTest.cpp | |
parent | 2dc75ed2ef2fa3cbfd8b2ed88eb2369f3fcd98a9 (diff) |
Use LLVM's plugin registry to enable registering new compilation
databases. Move JSONCompilationDatabase.h to its own files and
register it as plugin.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162541 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Tooling/CompilationDatabaseTest.cpp')
-rw-r--r-- | unittests/Tooling/CompilationDatabaseTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Tooling/CompilationDatabaseTest.cpp b/unittests/Tooling/CompilationDatabaseTest.cpp index 591d48dbbd..560b931718 100644 --- a/unittests/Tooling/CompilationDatabaseTest.cpp +++ b/unittests/Tooling/CompilationDatabaseTest.cpp @@ -11,7 +11,7 @@ #include "clang/AST/DeclCXX.h" #include "clang/AST/DeclGroup.h" #include "clang/Frontend/FrontendAction.h" -#include "clang/Tooling/CompilationDatabase.h" +#include "clang/Tooling/JSONCompilationDatabase.h" #include "clang/Tooling/Tooling.h" #include "gtest/gtest.h" |