[libclang] Make implementation filename match the header's name for CXCompilationDatabase

llvm-svn: 159493
This commit is contained in:
Arnaud A. de Grandmaison 2012-06-30 20:43:43 +00:00
parent 8599ccc6b8
commit 2b3c860397
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,6 @@ set(SOURCES
CIndex.cpp CIndex.cpp
CIndexCXX.cpp CIndexCXX.cpp
CIndexCodeCompletion.cpp CIndexCodeCompletion.cpp
CIndexCompilationDB.cpp
CIndexDiagnostic.cpp CIndexDiagnostic.cpp
CIndexDiagnostic.h CIndexDiagnostic.h
CIndexHigh.cpp CIndexHigh.cpp
@ -18,6 +17,7 @@ set(SOURCES
CIndexer.h CIndexer.h
CXCursor.cpp CXCursor.cpp
CXCursor.h CXCursor.h
CXCompilationDatabase.cpp
CXLoadedDiagnostic.cpp CXLoadedDiagnostic.cpp
CXLoadedDiagnostic.h CXLoadedDiagnostic.h
CXSourceLocation.cpp CXSourceLocation.cpp