Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an optional mapping from source paths to source contents. | Manuel Klimek | 2013-11-13 | 1 | -0/+36 |
| | | | | | | | | 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 | ||||
* | Use cstdio instead of stdio.h | Dmitri Gribenko | 2013-08-19 | 1 | -1/+1 |
| | | | | llvm-svn: 188678 | ||||
* | libclang: cleanup unused includes in public header | Dmitri Gribenko | 2013-08-18 | 1 | -0/+1 |
| | | | | llvm-svn: 188625 | ||||
* | libclang: remove 'using namespace cxstring' | Dmitri Gribenko | 2013-02-03 | 1 | -1/+0 |
| | | | | llvm-svn: 174285 | ||||
* | libclang: introduce cxstring::{createRef,createDup} for C strings | Dmitri Gribenko | 2013-02-02 | 1 | -2/+2 |
| | | | | | | Also migrate all clients from the old API. llvm-svn: 174238 | ||||
* | libclang: introduce cxstring::createNull() | Dmitri Gribenko | 2013-02-01 | 1 | -3/+3 |
| | | | | llvm-svn: 174173 | ||||
* | Sort #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
| | | | | | | Completely automated with sort_includes.py llvm-svn: 169240 | ||||
* | [libclang] Avoid copying the CompileCommand related strings when wrapping ↵ | Argyrios Kyrtzidis | 2012-12-04 | 1 | -2/+2 |
| | | | | | | them to a CXString. llvm-svn: 169227 | ||||
* | Introduce CompilationDatabase::getAllCompileCommands() that returns all | Argyrios Kyrtzidis | 2012-12-04 | 1 | -0/+11 |
| | | | | | | 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 | -12/+11 |
| | | | | llvm-svn: 159682 | ||||
* | [libclang] Make implementation filename match the header's name for ↵ | Arnaud A. de Grandmaison | 2012-06-30 | 1 | -0/+130 |
CXCompilationDatabase llvm-svn: 159493 |