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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue