summaryrefslogtreecommitdiff
path: root/tools/libclang/CXCompilationDatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Tooling][libclang] Remove unused CompilationDatabase::MappedSourcesKrasimir Georgiev2017-05-231-22/+9
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-4/+0
* [tooling] In CompileCommand, Expose the 'file' that was associated with the c...Argyrios Kyrtzidis2015-09-111-0/+10
* CompilationDatabase: Sure-up ownership of compilation databases using std::un...David Blaikie2014-08-081-3/+3
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-4/+4
* Tooling: Move heavyweight vectors around instead of copying.Benjamin Kramer2014-03-201-8/+6
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Add an optional mapping from source paths to source contents.Manuel Klimek2013-11-131-0/+36
* Use cstdio instead of stdio.hDmitri Gribenko2013-08-191-1/+1
* libclang: cleanup unused includes in public headerDmitri Gribenko2013-08-181-0/+1
* libclang: remove 'using namespace cxstring'Dmitri Gribenko2013-02-031-1/+0
* libclang: introduce cxstring::{createRef,createDup} for C stringsDmitri Gribenko2013-02-021-2/+2
* libclang: introduce cxstring::createNull()Dmitri Gribenko2013-02-011-3/+3
* Sort #include lines for tools/...Chandler Carruth2012-12-041-1/+1
* [libclang] Avoid copying the CompileCommand related strings when wrapping the...Argyrios Kyrtzidis2012-12-041-2/+2
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-041-0/+11
* [libclang] CompilationDatabase naming and comment fixesArnaud A. de Grandmaison2012-07-031-12/+11
* [libclang] Make implementation filename match the header's name for CXCompila...Arnaud A. de Grandmaison2012-06-301-0/+130