forked from OSchip/llvm-project
[libclang] Make implementation filename match the header's name for CXCompilationDatabase
llvm-svn: 159493
This commit is contained in:
parent
8599ccc6b8
commit
2b3c860397
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue