summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c/CXCompilationDatabase.h
Commit message (Collapse)AuthorAgeFilesLines
* [tooling] In CompileCommand, Expose the 'file' that was associated with the ↵Argyrios Kyrtzidis2015-09-111-0/+6
| | | | | | command. llvm-svn: 247468
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
| | | | | | Modifications made by clang-tidy with minor tweaks. llvm-svn: 215557
* Add an optional mapping from source paths to source contents.Manuel Klimek2013-11-131-0/+18
| | | | | | | | This allows compilation database implementations for distributed build systems to hand all data to the client to make parsing independent of the file system. llvm-svn: 194571
* Miscellaneous speling fixes.Benjamin Kramer2013-10-201-1/+1
| | | | llvm-svn: 193046
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-041-0/+6
| | | | | | compile commands of the database and expose it via the libclang API. llvm-svn: 169226
* [libclang] CompilationDatabase naming and comment fixesArnaud A. de Grandmaison2012-07-031-19/+22
| | | | llvm-svn: 159682
* [libclang] add CompilationDatabase supportArnaud A. de Grandmaison2012-06-301-0/+143
llvm-svn: 159484
OpenPOWER on IntegriCloud