diff options
author | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2012-06-30 20:43:43 +0000 |
---|---|---|
committer | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2012-06-30 20:43:43 +0000 |
commit | 685d78d0da52f611b09e728f73e83999fabaa463 (patch) | |
tree | de6f01348920eb02397bad95c0691663c2a961dd | |
parent | 4439478c38222bb56d42a9afe4c6c51cb8b593d2 (diff) |
[libclang] Make implementation filename match the header's name for CXCompilationDatabase
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159493 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/libclang/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tools/libclang/CXCompilationDatabase.cpp (renamed from tools/libclang/CIndexCompilationDB.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/libclang/CMakeLists.txt b/tools/libclang/CMakeLists.txt index ee401ed44c..2fcbf5b75b 100644 --- a/tools/libclang/CMakeLists.txt +++ b/tools/libclang/CMakeLists.txt @@ -8,7 +8,6 @@ set(SOURCES CIndex.cpp CIndexCXX.cpp CIndexCodeCompletion.cpp - CIndexCompilationDB.cpp CIndexDiagnostic.cpp CIndexDiagnostic.h CIndexHigh.cpp @@ -18,6 +17,7 @@ set(SOURCES CIndexer.h CXCursor.cpp CXCursor.h + CXCompilationDatabase.cpp CXLoadedDiagnostic.cpp CXLoadedDiagnostic.h CXSourceLocation.cpp diff --git a/tools/libclang/CIndexCompilationDB.cpp b/tools/libclang/CXCompilationDatabase.cpp index a537c9d6f9..a537c9d6f9 100644 --- a/tools/libclang/CIndexCompilationDB.cpp +++ b/tools/libclang/CXCompilationDatabase.cpp |