1. a192804 [Tooling][libclang] Remove unused CompilationDatabase::MappedSources by Krasimir Georgiev · 8 years ago
  2. 39ae3d5 [libclang] Remove the 'extern "C"' blocks from the implementation files. by Argyrios Kyrtzidis · 9 years ago
  3. 74bcd21 [tooling] In CompileCommand, Expose the 'file' that was associated with the command. by Argyrios Kyrtzidis · 10 years ago
  4. cdba84c CompilationDatabase: Sure-up ownership of compilation databases using std::unique_ptr by David Blaikie · 11 years ago
  5. 69186e7 [C++11] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
  6. efb1eb9 Tooling: Move heavyweight vectors around instead of copying. by Benjamin Kramer · 12 years ago
  7. f6a24ce Fix a tranche of comment, test and doc typos by Alp Toker · 12 years ago
  8. 6192c93 Add an optional mapping from source paths to source contents. by Manuel Klimek · 12 years ago
  9. ab458a1 Use cstdio instead of stdio.h by Dmitri Gribenko · 12 years ago
  10. 96933de libclang: cleanup unused includes in public header by Dmitri Gribenko · 12 years ago
  11. 7489521 libclang: remove 'using namespace cxstring' by Dmitri Gribenko · 13 years ago
  12. 3c66b0b libclang: introduce cxstring::{createRef,createDup} for C strings by Dmitri Gribenko · 13 years ago
  13. f98dfba libclang: introduce cxstring::createNull() by Dmitri Gribenko · 13 years ago
  14. cc0694c Sort #include lines for tools/... by Chandler Carruth · 13 years ago
  15. 6a33de1 [libclang] Avoid copying the CompileCommand related strings when wrapping them to a CXString. by Argyrios Kyrtzidis · 13 years ago
  16. 251ad5e Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 13 years ago
  17. fa6d73c [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 13 years ago
  18. 2b3c860 [libclang] Make implementation filename match the header's name for CXCompilationDatabase by Arnaud A. de Grandmaison · 13 years ago[Renamed from clang/tools/libclang/CIndexCompilationDB.cpp]
  19. 0fe28a1 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 13 years ago