From: Arnaud A. de Grandmaison Date: Sat, 30 Jun 2012 20:43:43 +0000 (+0000) Subject: [libclang] Make implementation filename match the header's name for CXCompilationDatabase X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=685d78d0da52f611b09e728f73e83999fabaa463;p=clang [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 --- 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 similarity index 100% rename from tools/libclang/CIndexCompilationDB.cpp rename to tools/libclang/CXCompilationDatabase.cpp