1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  5. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  6. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  7. c8f0342 Relax some preconditions for using FixedCompilationDatabase. by Edwin Vane · 11 years ago
  8. 2ab056f unittests/Tooling/ToolingTest.cpp: Suppress new tests on win32, due to handling of virtual file, such "/a.cc". by NAKAMURA Takumi · 11 years ago
  9. cb5a9ec Add test for injecting diagnostic consumers into a ClangTool. by Manuel Klimek · 11 years ago
  10. fa8e7d3 Adds the ability to inject a DiagnosticConsumer into ClangTools. by Manuel Klimek · 11 years ago
  11. ca94634 Disable a tooling test on Windows. by Peter Collingbourne · 11 years ago
  12. 8051db1 Introduce ClangTool::buildASTs, and buildASTFromCode. by Peter Collingbourne · 11 years ago
  13. ee0cd37 Use the same SourceManager for ModuleMaps and compilations. by Manuel Klimek · 11 years ago
  14. 19b60a5 Reverted r192992 broke windows and freebsd builds. by Ariel J. Bernal · 11 years ago
  15. 044d01f This patch fixes replacements that are not applied when relative paths are by Ariel J. Bernal · 11 years ago
  16. d4099c3 Revert commit r192299 until find a way to account for simlinks in OS X. by Ariel J. Bernal · 11 years ago
  17. b71aa7a This patch fixes replacements that are not applied when relative paths are by Ariel J. Bernal · 11 years ago
  18. 0bb3ca3 Add a test case to test RAV visits parameters of implicit copy constructor. by Michael Han · 11 years ago
  19. 4b6730d Teach RAV to visit parameter variable declarations of implicit functions. Fixes PR16182. by Michael Han · 11 years ago
  20. f365bb2 Do not quote YAML plain string myself. Let YAMLIO do that. by Rui Ueyama · 11 years ago
  21. e3efec2 Mark lambda closure classes as being implicitly-generated. by James Dennett · 11 years ago
  22. a778cde Adding a vector version of clang::tooling::shiftedCodePosition(). by Edwin Vane · 11 years ago
  23. 5321e94 Adding Replacement serialization support by Edwin Vane · 11 years ago
  24. f758bc7 Have Range::overlapsWith use positive logic by Edwin Vane · 11 years ago
  25. b58cfd9 Adding a vector version of tooling::applyAllReplacements by Edwin Vane · 11 years ago
  26. 95f0766 Fixing a conflict detection bug in tooling::deduplicate by Edwin Vane · 11 years ago
  27. f68af64 Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr. by James Dennett · 11 years ago
  28. d5692db Introduce Replacement deduplication and conflict detection function by Edwin Vane · 11 years ago
  29. 46fa4c3 Adds overlapsWith and contains predicates on tooling::Range. by Manuel Klimek · 11 years ago
  30. 49007d7 Add a hook RecursiveASTVisitor::TraverseLambdaBody, to enable visitors to by James Dennett · 11 years ago
  31. 1ec4a86 Use llvm::sys::fs::createTemporaryFile. by Rafael Espindola · 11 years ago
  32. 89faf86 Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call by James Dennett · 11 years ago
  33. 17aa33f Add enumerators to TestVisitor::Language to allow visitor tests to by James Dennett · 11 years ago
  34. 5bb5f6a Sync file handling logic in RewriterTestContext.h and RefactoringTest.cpp. by Rafael Espindola · 11 years ago
  35. 902a863 Remove last use of PathV1.h from clang. by Rafael Espindola · 11 years ago
  36. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  37. 8229d22 Include Path.h instead of PathV2.h. by Rafael Espindola · 11 years ago
  38. 2db9828 Include PathV1.h in a file that uses it. by Rafael Espindola · 11 years ago
  39. 48b3f0f Enables chaining of argument adjusters in clang tools. by Manuel Klimek · 11 years ago
  40. 5ec9580 Coding style fix for SourceFileCallbacks by Edwin Vane · 11 years ago
  41. 3c16e69 Tooling: Call back for both begin and end of sources by Edwin Vane · 11 years ago
  42. 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
  43. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  44. b88d948 CommandLineArgumentParser: handle single quotes. by Peter Collingbourne · 11 years ago
  45. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 11 years ago
  46. b8d2441 Fix a typo in the name of a tooling unit test by Hal Finkel · 11 years ago
  47. 3a5fa03 fix the unit tests too. by Chris Lattner · 11 years ago
  48. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  49. 7cc315c Really sort the #include lines in unittests/... by Chandler Carruth · 12 years ago
  50. 1050e8b Sort the #include lines for unittests/... by Chandler Carruth · 12 years ago
  51. 7e96bfb Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 12 years ago
  52. d1bac8d Allow an ASTConsumer to selectively skip function bodies while parsing. Patch by Richard Smith · 12 years ago
  53. d9a2d5b unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSourceFileCallback on Win32 for now. Investigating. by NAKAMURA Takumi · 12 years ago
  54. 9fb6b27 Adds the possibility to inject a callback that's called after each translation unit is processed. by Manuel Klimek · 12 years ago
  55. f27762b Tweak include order by Douglas Gregor · 12 years ago
  56. 99eb4a7 Buildbot debugging is fun by Douglas Gregor · 12 years ago
  57. 3201da3 CompilationDatabaseTest: Fix another Windows path issue. by Daniel Jasper · 12 years ago
  58. 8a5e8c3 CompilationDatabase: Use //net paths for tests, as they should be by Daniel Jasper · 12 years ago
  59. 2dbe2fa FileNameMatchTrie: Use StringRef instead of Twines where possible. by Daniel Jasper · 12 years ago
  60. d3420c9 Support symlinks and relative paths in complilation databases. by Daniel Jasper · 12 years ago
  61. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  62. 5666988 Tooling: Add a runToolOnCodeWithArgs() function that allows by Nico Weber · 12 years ago
  63. 8268fe7 Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which by James Dennett · 12 years ago
  64. 7fd90b0 Use LLVM's plugin registry to enable registering new compilation by Daniel Jasper · 12 years ago
  65. 2dc75ed Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 12 years ago
  66. a8eaf00 Fix undefined behavior: member function calls where 'this' is a null pointer. by Richard Smith · 12 years ago
  67. 82b4550 Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a CompoundLiteralExpr. by Richard Smith · 12 years ago
  68. 0652c35 Don't forget to apply #pragma pack to partial and explicit specializations of by Richard Smith · 12 years ago
  69. 1a5d421 [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  70. fa1d30d Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  71. 7c07702 Fix unit test dependency in Makefile and remove unneccessary dependency again. by Daniel Jasper · 12 years ago
  72. 62fb1e3 Add missing dependency for unit test. by Daniel Jasper · 12 years ago
  73. 8ee0448 Finishing the move of RefactoringCallbacks and fixing the corresponding by Daniel Jasper · 12 years ago
  74. d5c66dd Move RefactoringCallbacks to Tooling to avoid dependency from by Daniel Jasper · 12 years ago
  75. a3c7096 Allows retrieving all files in a CompilationDatabase. by Manuel Klimek · 12 years ago
  76. e6df0ce Adapts the FrontendAction convenience functions so that it can be by Manuel Klimek · 12 years ago
  77. a13d2bc Update unittests for include change. by Benjamin Kramer · 12 years ago
  78. 8f35d23 Appease -Wnon-virtual-dtor and fix a typo in a comment by Matt Beaumont-Gay · 12 years ago
  79. bc9e558 Add testing for CommentHandler, and fix a bug where trailing comments in #else by Richard Smith · 12 years ago
  80. 0c750ec Clang side of a refactoring of the CMake unit test build strategy. by Chandler Carruth · 12 years ago
  81. 1071ba9 Make the RecursiveASTVisitor visit the body of a range-based for loop by Daniel Jasper · 12 years ago
  82. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  83. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  84. 8f19037 ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmptyCode on msvc. LangOpts.MicrosoftExt still appends "class type_info;". by NAKAMURA Takumi · 12 years ago
  85. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  86. 52ec0c0 Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode. by Daniel Jasper · 12 years ago
  87. c2a50d4 Move sideeffecting call out of assert(). by Benjamin Kramer · 12 years ago
  88. 7b699ac Switches the RewriterTestContext away from PathV1. by Manuel Klimek · 12 years ago
  89. d6f6569 Fixes the refactoring library test in VS2010. by Manuel Klimek · 12 years ago
  90. c28a335 RecursiveASTVisitor: add ability to visit implicit declarations. Patch by by Richard Smith · 12 years ago
  91. 8f4c4ca Revert r157819, "#ifdef out a broken test on win32" by NAKAMURA Takumi · 12 years ago
  92. 29fbfc2 #ifdef out a broken test on win32 by Alexander Kornienko · 12 years ago
  93. 5f60f60 Added a test for ToolInvocation::mapVirtualFile method. by Alexander Kornienko · 12 years ago
  94. 6fada8e Only visit default arguments for template declarations when visiting the template declaration which introduced them. Patch by Yang Chen! by Richard Smith · 12 years ago
  95. e966bea Test commit - Fix typo in comment. by Daniel Jasper · 12 years ago
  96. 4f85274 clang/unittests/Tooling/RewriterTestContext.h: Don't try to remove TemporaryDirectory. by NAKAMURA Takumi · 12 years ago
  97. f9d4cbd Adds the Refactoring library, which is a layer on top of the Tooling library by Manuel Klimek · 12 years ago
  98. bf78267 Fixes the autoconf build. by Manuel Klimek · 12 years ago
  99. bfbfee5 Adds a method overwriteChangedFiles to the Rewriter. This is implemented by by Manuel Klimek · 12 years ago
  100. 1a8d686 Fixes crasher bug in JSONCompilationDatabase for invalid input. by Manuel Klimek · 12 years ago