1. 7ec1ec1 [clang][Tooling] Delete dots and dotdots when generating absolute paths by Kadir Cetinkaya · 7 years ago
  2. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  3. 9d3530b [Tooling] JSONCompilationDatabasePlugin infers compile commands for missing files by Sam McCall · 7 years ago
  4. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  5. 6366efe [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  6. 024b064 [Tooling] Remove redundant check, NFCi by Krasimir Georgiev · 8 years ago
  7. 399aea3 Extend CompilationDatabase by a field for the output filename by Joerg Sonnenberger · 9 years ago
  8. 85d0f31 Fix json compilation database syntax on non-Windows. by Zachary Turner · 9 years ago
  9. 9e60a2a Resubmit "[Tooling] Parse compilation database command lines on Windows." by Zachary Turner · 9 years ago
  10. a185717 Revert "[Tooling] Parse compilation database command lines on Windows." by Zachary Turner · 9 years ago
  11. a0d032e [Tooling] Parse compilation database command lines on Windows. by Zachary Turner · 9 years ago
  12. 64f67be [tooling] Provide the compile commands of the JSON database in the order that they were provided in the JSON file. by Argyrios Kyrtzidis · 10 years ago
  13. 74bcd21 [tooling] In CompileCommand, Expose the 'file' that was associated with the command. by Argyrios Kyrtzidis · 10 years ago
  14. 3ecd8c0 Fix performance regression when running clang tools. by Manuel Klimek · 10 years ago
  15. 54042e7 Add structed way to express command line options in the compilation database. by Manuel Klimek · 10 years ago
  16. 3204b15 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago
  17. 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
  18. b29bb45 Sure-up MemoryBuffer ownership in JSONCompilationDatabase's ctor. by David Blaikie · 11 years ago
  19. cdba84c CompilationDatabase: Sure-up ownership of compilation databases using std::unique_ptr by David Blaikie · 11 years ago
  20. 2d2b420 Update for llvm api change. by Rafael Espindola · 11 years ago
  21. 8a8e554 Include system_error directly. by Rafael Espindola · 11 years ago
  22. c080917 Replace llvm::error_code with std::error_code. by Rafael Espindola · 11 years ago
  23. 8390a25 Don't compare an error_code with nullptr. by Rafael Espindola · 11 years ago
  24. ccbc35e [C++11] Use 'nullptr'. Tooling edition. by Craig Topper · 11 years ago
  25. fb6b25b [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  26. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  27. 9a16beb Change OwningPtr::take() to OwningPtr::release(). by Ahmed Charles · 12 years ago
  28. 965f882 Remove a whole lot of unused variables by Alp Toker · 12 years ago
  29. 69b6277 Put helper class in anonymous namespace. by Craig Topper · 12 years ago
  30. fe7a348 CommandLineArgumentParser: handle single quotes. by Peter Collingbourne · 13 years ago
  31. f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
  32. 3128a11 Fix spurious output in JSONCompilationDatabase by Arnaud A. de Grandmaison · 13 years ago
  33. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  34. 251ad5e Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 13 years ago
  35. 26cf9c4 Support symlinks and relative paths in complilation databases. by Daniel Jasper · 13 years ago
  36. d574ac2 Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "volatile" affects. by NAKAMURA Takumi · 13 years ago
  37. 6ed1f85 Use LLVM's plugin registry to enable registering new compilation by Daniel Jasper · 13 years ago