aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/libclang/CXCompilationDatabase.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-05-23[Tooling][libclang] Remove unused CompilationDatabase::MappedSourcesKrasimir Georgiev1-22/+9
2016-12-17[libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis1-4/+0
2015-09-11[tooling] In CompileCommand, Expose the 'file' that was associated with the c...Argyrios Kyrtzidis1-0/+10
2014-08-08CompilationDatabase: Sure-up ownership of compilation databases using std::un...David Blaikie1-3/+3
2014-06-08[C++11] Use 'nullptr'. Tools edition.Craig Topper1-4/+4
2014-03-20Tooling: Move heavyweight vectors around instead of copying.Benjamin Kramer1-8/+6
2013-12-05Fix a tranche of comment, test and doc typosAlp Toker1-1/+1
2013-11-13Add an optional mapping from source paths to source contents.Manuel Klimek1-0/+36
2013-08-19Use cstdio instead of stdio.hDmitri Gribenko1-1/+1
2013-08-18libclang: cleanup unused includes in public headerDmitri Gribenko1-0/+1
2013-02-03libclang: remove 'using namespace cxstring'Dmitri Gribenko1-1/+0
2013-02-02libclang: introduce cxstring::{createRef,createDup} for C stringsDmitri Gribenko1-2/+2
2013-02-01libclang: introduce cxstring::createNull()Dmitri Gribenko1-3/+3
2012-12-04Sort #include lines for tools/...Chandler Carruth1-1/+1
2012-12-04[libclang] Avoid copying the CompileCommand related strings when wrapping the...Argyrios Kyrtzidis1-2/+2
2012-12-04Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis1-0/+11
2012-07-03[libclang] CompilationDatabase naming and comment fixesArnaud A. de Grandmaison1-12/+11
2012-06-30[libclang] Make implementation filename match the header's name for CXCompila...Arnaud A. de Grandmaison1-0/+130