Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tooling] In CompileCommand, Expose the 'file' that was associated with the ↵ | Argyrios Kyrtzidis | 2015-09-11 | 1 | -0/+6 |
| | | | | | | command. llvm-svn: 247468 | ||||
* | Header guard canonicalization, clang part. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| | | | | | | Modifications made by clang-tidy with minor tweaks. llvm-svn: 215557 | ||||
* | Add an optional mapping from source paths to source contents. | Manuel Klimek | 2013-11-13 | 1 | -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 Kramer | 2013-10-20 | 1 | -1/+1 |
| | | | | llvm-svn: 193046 | ||||
* | Introduce CompilationDatabase::getAllCompileCommands() that returns all | Argyrios Kyrtzidis | 2012-12-04 | 1 | -0/+6 |
| | | | | | | compile commands of the database and expose it via the libclang API. llvm-svn: 169226 | ||||
* | [libclang] CompilationDatabase naming and comment fixes | Arnaud A. de Grandmaison | 2012-07-03 | 1 | -19/+22 |
| | | | | llvm-svn: 159682 | ||||
* | [libclang] add CompilationDatabase support | Arnaud A. de Grandmaison | 2012-06-30 | 1 | -0/+143 |
llvm-svn: 159484 |