From 685d78d0da52f611b09e728f73e83999fabaa463 Mon Sep 17 00:00:00 2001 From: "Arnaud A. de Grandmaison" Date: Sat, 30 Jun 2012 20:43:43 +0000 Subject: [PATCH] [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 --- tools/libclang/CMakeLists.txt | 2 +- .../{CIndexCompilationDB.cpp => CXCompilationDatabase.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/libclang/{CIndexCompilationDB.cpp => CXCompilationDatabase.cpp} (100%) 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 -- 2.50.1