1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. db719ce Build libclang.so with libclang tool by Tao Bao · 9 years ago
  4. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  5. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  6. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  7. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  8. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  9. f2e479e Tooling/CompilationDatabase.cpp: Use \return here instead of \param[out]. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  10. 675906e Remove a bad string compare from r194968 by Alp Toker · 11 years ago
  11. c8f0342 Relax some preconditions for using FixedCompilationDatabase. by Edwin Vane · 11 years ago
  12. fa8e7d3 Adds the ability to inject a DiagnosticConsumer into ClangTools. by Manuel Klimek · 11 years ago
  13. 8051db1 Introduce ClangTool::buildASTs, and buildASTFromCode. by Peter Collingbourne · 11 years ago
  14. 6bf97fb Use Rewriter::overwriteChangedFiles() directly by Alp Toker · 11 years ago
  15. 2dd4710 Revert "Use Rewriter::overwriteChangedFiles() directly" by Alp Toker · 11 years ago
  16. bc4c6bc Use Rewriter::overwriteChangedFiles() directly by Alp Toker · 11 years ago
  17. 19b60a5 Reverted r192992 broke windows and freebsd builds. by Ariel J. Bernal · 11 years ago
  18. 044d01f This patch fixes replacements that are not applied when relative paths are by Ariel J. Bernal · 11 years ago
  19. d4099c3 Revert commit r192299 until find a way to account for simlinks in OS X. by Ariel J. Bernal · 11 years ago
  20. b71aa7a This patch fixes replacements that are not applied when relative paths are by Ariel J. Bernal · 11 years ago
  21. d11344a Fixed replacements for files with relative paths are not applied. by Ariel J. Bernal · 11 years ago
  22. fc33897 Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. by Hans Wennborg · 11 years ago
  23. 0f599ac Simplify code with the in place path::native. No functionality change. by Benjamin Kramer · 11 years ago
  24. a778cde Adding a vector version of clang::tooling::shiftedCodePosition(). by Edwin Vane · 11 years ago
  25. 05e4af0 Tweak Replacement comparisons by Edwin Vane · 11 years ago
  26. b58cfd9 Adding a vector version of tooling::applyAllReplacements by Edwin Vane · 11 years ago
  27. 95f0766 Fixing a conflict detection bug in tooling::deduplicate by Edwin Vane · 11 years ago
  28. bcb2500 Fix warning in builds without asserts. by Rafael Espindola · 11 years ago
  29. a214824 Simplify now that llvm::sys::current_path checks $PWD. by Rafael Espindola · 11 years ago
  30. d5692db Introduce Replacement deduplication and conflict detection function by Edwin Vane · 11 years ago
  31. 8b1f2f9 Allow clang tools to display an overview when using the CommonOptionsParser. by Manuel Klimek · 11 years ago
  32. 76a2ea3 Constify Replacements parameter to applyAllReplacements. by David Blaikie · 11 years ago
  33. d965f95 Update for llvm API change. by Rafael Espindola · 11 years ago
  34. bc54025 Put helper class in anonymous namespace. by Craig Topper · 11 years ago
  35. b94000b Remove unused include. by Rafael Espindola · 11 years ago
  36. ac1db6b Use llvm::sys::fs::getMainExecutable. by Rafael Espindola · 11 years ago
  37. fe7ed9e In tooling, reenable freeing of datastructures in codegen, just as we do for by Nick Lewycky · 11 years ago
  38. a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
  39. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  40. 8229d22 Include Path.h instead of PathV2.h. by Rafael Espindola · 11 years ago
  41. 63d5335 ClangTool: strip -o from the command line by Pavel Labath · 11 years ago
  42. e7b0486 Make clang tools ignore -fcolor-diagnostics and -fdiagnostics-color retrieved from the compilation database. by Alexander Kornienko · 11 years ago
  43. 48b3f0f Enables chaining of argument adjusters in clang tools. by Manuel Klimek · 11 years ago
  44. 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
  45. 8a99945 Add a more convenient interface to use clang-format. by Daniel Jasper · 11 years ago
  46. ad7e160 ClangTool output cleanup by Edwin Vane · 11 years ago
  47. c45df06 Reverting r176944 until Author fixes test failure. by Edwin Vane · 11 years ago
  48. eea6a13 ClangTool output cleanup by Edwin Vane · 11 years ago
  49. b88d948 CommandLineArgumentParser: handle single quotes. by Peter Collingbourne · 11 years ago
  50. d47afb9 Nuke SetUpBuildDumpLog. by Sean Silva · 11 years ago
  51. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  52. 9cd506b Fix spurious output in JSONCompilationDatabase by Arnaud A. de Grandmaison · 11 years ago
  53. d088a5f Allow RefactoringTool to write to memory instead of always to disk by Edwin Vane · 11 years ago
  54. b1f67db Style and Doc fix for CommonOptionsParser by Edwin Vane · 11 years ago
  55. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 11 years ago
  56. 7e96bfb Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 11 years ago
  57. 17c874a Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and by Rafael Espindola · 11 years ago
  58. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  59. 3d21078 Only report first error when no compilation database is found. by Daniel Jasper · 12 years ago
  60. 61a50ad Hopefully appease Windows buildbot with Japanese (?) error message. by Daniel Jasper · 12 years ago
  61. 2dbe2fa FileNameMatchTrie: Use StringRef instead of Twines where possible. by Daniel Jasper · 12 years ago
  62. d3420c9 Support symlinks and relative paths in complilation databases. by Daniel Jasper · 12 years ago
  63. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  64. 5666988 Tooling: Add a runToolOnCodeWithArgs() function that allows by Nico Weber · 12 years ago
  65. ffb155f Only add common tool options when CommonOptionsParser is used. by Alexander Kornienko · 12 years ago
  66. 916978a Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "volatile" affects. by NAKAMURA Takumi · 12 years ago
  67. 7fd90b0 Use LLVM's plugin registry to enable registering new compilation by Daniel Jasper · 12 years ago
  68. 6fbe982 Updated LibTooling.html, minor improvements in CommonOptionsParser by Alexander Kornienko · 12 years ago
  69. d7166b0 Reverted clang-check to fully supported CommandLine Library use-case: global by Alexander Kornienko · 12 years ago
  70. 98be860 Fixes a segfault in Tooling when using pch's: by Manuel Klimek · 12 years ago
  71. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  72. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
  73. 572eec1 Reverted custom init hook from r160369. by Alexander Kornienko · 12 years ago
  74. e1da330 Add a custom initialize hook for clang tools + minor fixes in CustomCompilationDatabase.h by Alexander Kornienko · 12 years ago
  75. 8ee0448 Finishing the move of RefactoringCallbacks and fixing the corresponding by Daniel Jasper · 12 years ago
  76. d5c66dd Move RefactoringCallbacks to Tooling to avoid dependency from by Daniel Jasper · 12 years ago
  77. b2d8e63 Fix copy-paste mistake for CMake dependency. by Ted Kremenek · 12 years ago
  78. 61918d8 Looks like libTooling might also depend on ClangDiagnosticCommon. by Ted Kremenek · 12 years ago
  79. dea8fba The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool by Alexander Kornienko · 12 years ago
  80. a3c7096 Allows retrieving all files in a CompilationDatabase. by Manuel Klimek · 12 years ago
  81. 068040e Add a hook to supply a custom CompilationDatabase. To add a custom CompilationDatabase, make it implement findCompilationDatabaseForDirectory in CustomCompilationDatabase.h and set USE_COSTUM_COMPILATION_DATABASE. by Daniel Jasper · 12 years ago
  82. 4187df5 Adds support for auto-detection of compilation databases, looking in a directory and all its parents. by Arnaud A. de Grandmaison · 12 years ago
  83. 8fa2fb8 Adds support for auto-detection of compilation databases by Manuel Klimek · 12 years ago
  84. e6df0ce Adapts the FrontendAction convenience functions so that it can be by Manuel Klimek · 12 years ago
  85. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  86. 30c009b Fixed a problem related to resolution of built-in headers in case a path of tool's binary contains sym-links. by Alexander Kornienko · 12 years ago
  87. 0ef8db2 ToolInvocation::mapVirtualFile(): Tweak for Win32. Handle the key as native path. by NAKAMURA Takumi · 12 years ago
  88. 14a1924 Fix an object lifetime issue in clang/Tooling. by Alexander Kornienko · 12 years ago
  89. 5d51e88 Adds a toString method to Replacement, which helps debugging. by Manuel Klimek · 12 years ago
  90. 240193b Fixed a memory leak in clang/Tooling. by Alexander Kornienko · 12 years ago
  91. 62d198c Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be used here. by NAKAMURA Takumi · 12 years ago
  92. f9d4cbd Adds the Refactoring library, which is a layer on top of the Tooling library by Manuel Klimek · 12 years ago
  93. 1a8d686 Fixes crasher bug in JSONCompilationDatabase for invalid input. by Manuel Klimek · 12 years ago
  94. 025983a Fix -Wdelete-non-virtual-dtor in Tooling code. by David Blaikie · 12 years ago
  95. a01ddc7 Declare abstract class ArgumentsAdjuster. This abstract interface describes by Simon Atanasyan · 12 years ago
  96. ed5ee48 Fix includes for unices that don't have chdir declared transitively. by Manuel Klimek · 12 years ago
  97. 3b6e319 Includes direct.h for windows compilation. by Manuel Klimek · 12 years ago
  98. 00f3c4f Fixes resolution of relative paths when running clang tools. by Manuel Klimek · 12 years ago
  99. 3e8479d Fixes the header search logic for tools: by Manuel Klimek · 12 years ago
  100. 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 12 years ago