aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/libclang/CMakeLists.txt2
-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