Skip to content

Commit

Permalink
[libclang] Make implementation filename match the header's name for C…
Browse files Browse the repository at this point in the history
…XCompilationDatabase

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159493 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Arnaud-de-Grandmaison committed Jun 30, 2012
1 parent 4439478 commit 685d78d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/libclang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(SOURCES
CIndex.cpp
CIndexCXX.cpp
CIndexCodeCompletion.cpp
CIndexCompilationDB.cpp
CIndexDiagnostic.cpp
CIndexDiagnostic.h
CIndexHigh.cpp
Expand All @@ -18,6 +17,7 @@ set(SOURCES
CIndexer.h
CXCursor.cpp
CXCursor.h
CXCompilationDatabase.cpp
CXLoadedDiagnostic.cpp
CXLoadedDiagnostic.h
CXSourceLocation.cpp
Expand Down
File renamed without changes.

0 comments on commit 685d78d

Please sign in to comment.