1. 7cc315c Really sort the #include lines in unittests/... by Chandler Carruth · 12 years ago
  2. 1050e8b Sort the #include lines for unittests/... by Chandler Carruth · 12 years ago
  3. 7e96bfb Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 12 years ago
  4. d1bac8d Allow an ASTConsumer to selectively skip function bodies while parsing. Patch by Richard Smith · 12 years ago
  5. d9a2d5b unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSourceFileCallback on Win32 for now. Investigating. by NAKAMURA Takumi · 12 years ago
  6. 9fb6b27 Adds the possibility to inject a callback that's called after each translation unit is processed. by Manuel Klimek · 12 years ago
  7. f27762b Tweak include order by Douglas Gregor · 12 years ago
  8. 99eb4a7 Buildbot debugging is fun by Douglas Gregor · 12 years ago
  9. 3201da3 CompilationDatabaseTest: Fix another Windows path issue. by Daniel Jasper · 12 years ago
  10. 8a5e8c3 CompilationDatabase: Use //net paths for tests, as they should be by Daniel Jasper · 12 years ago
  11. 2dbe2fa FileNameMatchTrie: Use StringRef instead of Twines where possible. by Daniel Jasper · 12 years ago
  12. d3420c9 Support symlinks and relative paths in complilation databases. by Daniel Jasper · 12 years ago
  13. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  14. 5666988 Tooling: Add a runToolOnCodeWithArgs() function that allows by Nico Weber · 12 years ago
  15. 8268fe7 Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which by James Dennett · 12 years ago
  16. 7fd90b0 Use LLVM's plugin registry to enable registering new compilation by Daniel Jasper · 12 years ago
  17. 2dc75ed Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 12 years ago
  18. a8eaf00 Fix undefined behavior: member function calls where 'this' is a null pointer. by Richard Smith · 12 years ago
  19. 82b4550 Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a CompoundLiteralExpr. by Richard Smith · 12 years ago
  20. 0652c35 Don't forget to apply #pragma pack to partial and explicit specializations of by Richard Smith · 12 years ago
  21. 1a5d421 [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  22. fa1d30d Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  23. 7c07702 Fix unit test dependency in Makefile and remove unneccessary dependency again. by Daniel Jasper · 12 years ago
  24. 62fb1e3 Add missing dependency for unit test. by Daniel Jasper · 12 years ago
  25. 8ee0448 Finishing the move of RefactoringCallbacks and fixing the corresponding by Daniel Jasper · 12 years ago
  26. d5c66dd Move RefactoringCallbacks to Tooling to avoid dependency from by Daniel Jasper · 12 years ago
  27. a3c7096 Allows retrieving all files in a CompilationDatabase. by Manuel Klimek · 12 years ago
  28. e6df0ce Adapts the FrontendAction convenience functions so that it can be by Manuel Klimek · 12 years ago
  29. a13d2bc Update unittests for include change. by Benjamin Kramer · 12 years ago
  30. 8f35d23 Appease -Wnon-virtual-dtor and fix a typo in a comment by Matt Beaumont-Gay · 12 years ago
  31. bc9e558 Add testing for CommentHandler, and fix a bug where trailing comments in #else by Richard Smith · 12 years ago
  32. 0c750ec Clang side of a refactoring of the CMake unit test build strategy. by Chandler Carruth · 12 years ago
  33. 1071ba9 Make the RecursiveASTVisitor visit the body of a range-based for loop by Daniel Jasper · 12 years ago
  34. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  35. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  36. 8f19037 ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmptyCode on msvc. LangOpts.MicrosoftExt still appends "class type_info;". by NAKAMURA Takumi · 12 years ago
  37. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  38. 52ec0c0 Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode. by Daniel Jasper · 12 years ago
  39. c2a50d4 Move sideeffecting call out of assert(). by Benjamin Kramer · 12 years ago
  40. 7b699ac Switches the RewriterTestContext away from PathV1. by Manuel Klimek · 12 years ago
  41. d6f6569 Fixes the refactoring library test in VS2010. by Manuel Klimek · 12 years ago
  42. c28a335 RecursiveASTVisitor: add ability to visit implicit declarations. Patch by by Richard Smith · 12 years ago
  43. 8f4c4ca Revert r157819, "#ifdef out a broken test on win32" by NAKAMURA Takumi · 12 years ago
  44. 29fbfc2 #ifdef out a broken test on win32 by Alexander Kornienko · 12 years ago
  45. 5f60f60 Added a test for ToolInvocation::mapVirtualFile method. by Alexander Kornienko · 12 years ago
  46. 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
  47. e966bea Test commit - Fix typo in comment. by Daniel Jasper · 12 years ago
  48. 4f85274 clang/unittests/Tooling/RewriterTestContext.h: Don't try to remove TemporaryDirectory. by NAKAMURA Takumi · 12 years ago
  49. f9d4cbd Adds the Refactoring library, which is a layer on top of the Tooling library by Manuel Klimek · 12 years ago
  50. bf78267 Fixes the autoconf build. by Manuel Klimek · 12 years ago
  51. bfbfee5 Adds a method overwriteChangedFiles to the Rewriter. This is implemented by by Manuel Klimek · 12 years ago
  52. 1a8d686 Fixes crasher bug in JSONCompilationDatabase for invalid input. by Manuel Klimek · 12 years ago
  53. 06cd51a RecursiveASTVisitor: by Richard Smith · 12 years ago
  54. c8c2228 Unrevert r155951, reverted in r155962, with two changes: by Richard Smith · 12 years ago
  55. b51c7f3 Revert "Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they" by Andrew Trick · 12 years ago
  56. e3ba298 Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they by Richard Smith · 12 years ago
  57. e002631 Fix file name in comment. by David Blaikie · 12 years ago
  58. a313b2f RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit by Richard Smith · 12 years ago
  59. 5482dc3 RecursiveASTVisitor: Visit instantiations of member templates of class by Richard Smith · 12 years ago
  60. 9f99d06 Fix PR12608. Patch contributed by Yang Chen. by Manuel Klimek · 12 years ago
  61. dab2894 No need to put the SourceManager in with the ASTContext, as the ASTContext by Manuel Klimek · 12 years ago
  62. fad7f85 Adds a unit test for the RecursiveASTVisitor. by Manuel Klimek · 12 years ago
  63. 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 12 years ago
  64. 29b815c clangFrontend depends on clangEdit. by Benjamin Kramer · 12 years ago
  65. cb971c6 Adds a tooling library. by Manuel Klimek · 12 years ago
  66. 16f2131 Reverts the Tooling changes as requested by Chris. by Manuel Klimek · 13 years ago
  67. 7264ab7 Fix broken test on windows. To get operator new working, we need size_t, for which we need to figure out a way to resolve standard include paths in the test. by Manuel Klimek · 13 years ago
  68. 64cbdf3 This patch implements an AST matching framework that allows to write by Manuel Klimek · 13 years ago
  69. 850dd80 Adds a test for the command line parser when a quoted string is not closed by a quote. by Manuel Klimek · 13 years ago
  70. 9a05fa9 This is the next step in building the standalone tools infrastructure: by Manuel Klimek · 13 years ago
  71. cf3ce5d Adds a function to run FrontendActions over in-memory code. This is by Manuel Klimek · 13 years ago