1. 08f0c53 Fix isDerivedFrom matcher. by Daniel Jasper · 12 years ago
  2. e6d2a96 Add missing matcher for C-style cast expressions. by Daniel Jasper · 12 years ago
  3. 3680b4f Make all VariadicDynCast-Expr-matchers StatementMatchers by Daniel Jasper · 12 years ago
  4. 8c05da3 Comment parsing: don't parse comment marker followed by a digit as a command by Dmitri Gribenko · 12 years ago
  5. a756443 Create initial support for matching and binding NestedNameSpecifier(Loc)s. by Daniel Jasper · 12 years ago
  6. 63d8872 Rename isA to isSameOrDerivedFrom. by Daniel Jasper · 12 years ago
  7. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  8. 76dafa7 Change the behavior of the isDerivedFrom-matcher to not match on the by Daniel Jasper · 12 years ago
  9. 579b120 Implements hasAncestor. by Manuel Klimek · 12 years ago
  10. a78d0d6 Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatcher and TypedMatcher. by Manuel Klimek · 12 years ago
  11. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  12. af503a6 Remove the useless CommentOptions class. by Dmitri Gribenko · 12 years ago
  13. 976f118 DeclPrinter tests: simplify the code by using the new runToolOnCodeWithArgs by Dmitri Gribenko · 12 years ago
  14. 44470ef DeclPrinter tests: since now some platforms use C++11 by default, make it by Dmitri Gribenko · 12 years ago
  15. 66341c5 Fixes a bug for binding memoized match results. by Manuel Klimek · 12 years ago
  16. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  17. 5666988 Tooling: Add a runToolOnCodeWithArgs() function that allows by Nico Weber · 12 years ago
  18. 29b1f68 ASTTests: Suppress TestCXXConstructorDecl11 on msvc for now. It seems incompatible. by NAKAMURA Takumi · 12 years ago
  19. e16acd3 New matcher for MaterializeTemporaryExpr by Sam Panzer · 12 years ago
  20. 8268fe7 Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which by James Dennett · 12 years ago
  21. 7fd90b0 Use LLVM's plugin registry to enable registering new compilation by Daniel Jasper · 12 years ago
  22. 2dc75ed Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 12 years ago
  23. f6ec15a DeclPrinter tests: mark test case we get wrong currently with WRONG. by Dmitri Gribenko · 12 years ago
  24. c468424 DeclPrinter tests: add two more tests. by Dmitri Gribenko · 12 years ago
  25. a8eaf00 Fix undefined behavior: member function calls where 'this' is a null pointer. by Richard Smith · 12 years ago
  26. 834a5bd Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag by Dmitri Gribenko · 12 years ago
  27. 2e0b8d9 DeclPrinter, terse mode: don't print function bodies by Dmitri Gribenko · 12 years ago
  28. d1fc82e Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput by Dmitri Gribenko · 12 years ago
  29. 49795ae DeclPrinter: add terse output mode and lots of tests by Dmitri Gribenko · 12 years ago
  30. 02ed37f AST Matchers tests: test that member() matches member allocation functions: by Dmitri Gribenko · 12 years ago
  31. 671a045 AST Matchers tests: test that member() matches member allocation functions. by Dmitri Gribenko · 12 years ago
  32. 82b4550 Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a CompoundLiteralExpr. by Richard Smith · 12 years ago
  33. 8456ae6 AST Matchers: introduce functionTemplate(), classTemplate() and by Dmitri Gribenko · 12 years ago
  34. 0652c35 Don't forget to apply #pragma pack to partial and explicit specializations of by Richard Smith · 12 years ago
  35. 425f41b Matchers related to DeclStmt for matching the count of declarations, a particular declaration within the statement, and single-Decl DeclStmts. by Sam Panzer · 12 years ago
  36. 089e5b3 Matchers which correspond to CastExpr, IgnoreImpCasts, IgnoreParenCasts, and IgnoreParenImpCasts by Sam Panzer · 12 years ago
  37. 8cc7efa Add ASTMatcher for matching extern "C" function declarations. by Daniel Jasper · 12 years ago
  38. 1a5d421 [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  39. aa58081 Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 12 years ago
  40. fa1d30d Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  41. 8a90393 Comment parsing: fix crash on \tparam followed immediately by another block by Dmitri Gribenko · 12 years ago
  42. d076e01 Comment parser tests: test that we allow placing no whitespace between \param by Dmitri Gribenko · 12 years ago
  43. 371f939 Add missing tests for class template specialization and template by Daniel Jasper · 12 years ago
  44. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  45. 3ccc173 Comment parser: add one more test by Dmitri Gribenko · 12 years ago
  46. 9bd2809 Fix for ASTMatchFinder to visit a functions parameter declarations. by Daniel Jasper · 12 years ago
  47. 477a9f5 Implement resolving of HTML character references (named: &amp;, decimal: &#42;, by Dmitri Gribenko · 12 years ago
  48. 715c956 Introduces the 'decl' matcher which was missing for a while by Manuel Klimek · 12 years ago
  49. 0c43a92 Comment parsing: allow newlines between \param, direction specification (e.g., by Dmitri Gribenko · 12 years ago
  50. fd93916 Comment parsing: retokenized text tokens are now pushed back in correct (not by Dmitri Gribenko · 12 years ago
  51. 9f17408 Introduces a new concept for binding results to matchers by Manuel Klimek · 12 years ago
  52. e68c229 Comment parser unit tests: split a huge test case by Dmitri Gribenko · 12 years ago
  53. debd16f Comment parser unit tests: reduce code duplication by Dmitri Gribenko · 12 years ago
  54. f919985 add AST unittests to CMake build system by Dmitri Gribenko · 12 years ago
  55. 9f08f49 Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. by Dmitri Gribenko · 12 years ago
  56. 64da4e5 Comment parsing: don't parse whitespace before \endverbatim as a separate line of whitespace. by Dmitri Gribenko · 12 years ago
  57. 7c07702 Fix unit test dependency in Makefile and remove unneccessary dependency again. by Daniel Jasper · 12 years ago
  58. 62fb1e3 Add missing dependency for unit test. by Daniel Jasper · 12 years ago
  59. 8ee0448 Finishing the move of RefactoringCallbacks and fixing the corresponding by Daniel Jasper · 12 years ago
  60. d5c66dd Move RefactoringCallbacks to Tooling to avoid dependency from by Daniel Jasper · 12 years ago
  61. 20b802d Make the isDerivedFrom matcher more generic. by Daniel Jasper · 12 years ago
  62. fe7beeb Add refactoring callbacks to make common kinds of refactorings easy. by Daniel Jasper · 12 years ago
  63. ff2fcb8 Fix spelling of anyOf matcher and add missing test. by Daniel Jasper · 12 years ago
  64. 0eaf69d Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes. by Dmitri Gribenko · 12 years ago
  65. a3c7096 Allows retrieving all files in a CompilationDatabase. by Manuel Klimek · 12 years ago
  66. 3f38bf2 Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML start tags' and 'HTML close tags' to 'HTML end tags' according to HTML spec. by Dmitri Gribenko · 12 years ago
  67. 6a12449 This commit combines three patches to the ASTMatchers. by Daniel Jasper · 12 years ago
  68. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  69. e0e6b9e Add more matchers and do cleanups. by Daniel Jasper · 12 years ago
  70. 78a0ce4 Disable death tests on platforms which don't support them. by Benjamin Kramer · 12 years ago
  71. e265c87 Fixes the MSVC build. by Manuel Klimek · 12 years ago
  72. a99ec10 Comment lexing: fix lexing to actually work in non-error cases. by Dmitri Gribenko · 12 years ago
  73. 28c82ee Another fix for the configure build: correct order of dependencies. by Manuel Klimek · 12 years ago
  74. c76dfb4 Build-fix: Remove non-existent directories from Makefiles. by Manuel Klimek · 12 years ago
  75. 4da2166 Adds the AST Matcher library, which provides a in-C++ DSL to express by Manuel Klimek · 12 years ago
  76. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  77. e6df0ce Adapts the FrontendAction convenience functions so that it can be by Manuel Klimek · 12 years ago
  78. a13d2bc Update unittests for include change. by Benjamin Kramer · 12 years ago
  79. 5676d32 Fix an infinite loop in comment lexer: we were not advancing in the input character stream when we saw a '<' that is not a start of an HTML tag. by Dmitri Gribenko · 12 years ago
  80. 962668d Remove unsigned and a pointer from a comment token (so that each token can have only one semantic string value attached to it), at a cost of adding an additional token. by Dmitri Gribenko · 12 years ago
  81. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  82. 8f35d23 Appease -Wnon-virtual-dtor and fix a typo in a comment by Matt Beaumont-Gay · 12 years ago
  83. bc9e558 Add testing for CommentHandler, and fix a bug where trailing comments in #else by Richard Smith · 12 years ago
  84. 0c750ec Clang side of a refactoring of the CMake unit test build strategy. by Chandler Carruth · 12 years ago
  85. 1071ba9 Make the RecursiveASTVisitor visit the body of a range-based for loop by Daniel Jasper · 12 years ago
  86. 20e4129 Switch Clang to re-use the the newly factored common LLVM by Chandler Carruth · 12 years ago
  87. f96b9ce Simplify the Clang unittest function in the CMake build, and make it by Chandler Carruth · 12 years ago
  88. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  89. caba856 Remove an unused feature of the clang unittest macro. by Chandler Carruth · 12 years ago
  90. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  91. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  92. 2e413f9 Fix the location of the fixit for -Wnewline-eof. by Jordan Rose · 12 years ago
  93. 8f19037 ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmptyCode on msvc. LangOpts.MicrosoftExt still appends "class type_info;". by NAKAMURA Takumi · 12 years ago
  94. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  95. 52ec0c0 Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode. by Daniel Jasper · 12 years ago
  96. c2a50d4 Move sideeffecting call out of assert(). by Benjamin Kramer · 12 years ago
  97. 7b699ac Switches the RewriterTestContext away from PathV1. by Manuel Klimek · 12 years ago
  98. d6f6569 Fixes the refactoring library test in VS2010. by Manuel Klimek · 12 years ago
  99. c28a335 RecursiveASTVisitor: add ability to visit implicit declarations. Patch by by Richard Smith · 12 years ago
  100. 8f4c4ca Revert r157819, "#ifdef out a broken test on win32" by NAKAMURA Takumi · 12 years ago