1. a88bb45 Replace workarounds with correct fixes. by Daniel Jasper · 12 years ago
  2. 7cc315c Really sort the #include lines in unittests/... by Chandler Carruth · 12 years ago
  3. 1050e8b Sort the #include lines for unittests/... by Chandler Carruth · 12 years ago
  4. d031c6a ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB. by NAKAMURA Takumi · 12 years ago
  5. bf5bc4c Untabify (in USEDLIBS, Makefile(s)). by NAKAMURA Takumi · 12 years ago
  6. b331b5e clang/Lex: [CMake] Update CMakefiles since r169229. by NAKAMURA Takumi · 12 years ago
  7. 37ed127 Refactor recording the preprocessor conditional directive regions out of by Argyrios Kyrtzidis · 12 years ago
  8. 7e96bfb Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 12 years ago
  9. bac016b Initial version of formatting library. by Daniel Jasper · 12 years ago
  10. 189f2e4 Make hasDeclaration work for enums. by Daniel Jasper · 12 years ago
  11. 8b9ed71 Update unit tests not to rely on transitive includes. by Benjamin Kramer · 12 years ago
  12. 7dff05b Fix unit tests for ModuleLoader change in r168961. by Douglas Gregor · 12 years ago
  13. 9c196ac Remove out-of-date comment. by Richard Smith · 12 years ago
  14. 96794f1 ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff. Conditioning-out in macro argument was not accepted on MS cl.exe. by NAKAMURA Takumi · 12 years ago
  15. 3b16477 ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 according to r168856, for now. by NAKAMURA Takumi · 12 years ago
  16. d1bac8d Allow an ASTConsumer to selectively skip function bodies while parsing. Patch by Richard Smith · 12 years ago
  17. 5f684e9 Fix partial-match-bind-behavior with forEachDescendant() matchers. by Daniel Jasper · 12 years ago
  18. 3a4c8cf clang/unittests: Fixup corresponding to Doug's r168136. by NAKAMURA Takumi · 12 years ago
  19. 278057f Do not use data recursion in ASTMatchFinder. by Daniel Jasper · 12 years ago
  20. 11c9877 Fix binding of nodes in case of forEach..() matchers. by Daniel Jasper · 12 years ago
  21. c2fc67e Fix a source range regression in C++ new expressions with call initializers. by David Blaikie · 12 years ago
  22. 4c5750e Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for ConstructorDecl source range. by Abramo Bagnara · 12 years ago
  23. 13fd684 Fixed range of implicit MemberExpr. by Abramo Bagnara · 12 years ago
  24. 5a78985 Test for source location range of new expressions fixed in r167507. by David Blaikie · 12 years ago
  25. 975a949 Add unit tests for source locations of AST nodes. by Manuel Klimek · 12 years ago
  26. 7164095 Escape trigraphs in unittest. by Benjamin Kramer · 12 years ago
  27. e579328 Insert interception point onStartOfTranslationUnit. by Manuel Klimek · 12 years ago
  28. cfa1caa Make the FilenameRange of the InclusionDirective callback more accurate, by Argyrios Kyrtzidis · 12 years ago
  29. d1ce3c1 Implement descendant matchers for NestedNamespecifiers by Daniel Jasper · 12 years ago
  30. 452abbc Fix ASTMatchersTests to not create an overloaded-virtual warning. by Daniel Jasper · 12 years ago
  31. a267cf6 Implement has(), hasDescendant(), forEach() and forEachDescendant() for by Daniel Jasper · 12 years ago
  32. d9a2d5b unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSourceFileCallback on Win32 for now. Investigating. by NAKAMURA Takumi · 12 years ago
  33. 9fb6b27 Adds the possibility to inject a callback that's called after each translation unit is processed. by Manuel Klimek · 12 years ago
  34. 36a1649 Teach the preprocessor to hold onto the preprocessor options. by Douglas Gregor · 12 years ago
  35. b0985c8 Update unit tests for HeaderSearch change by Douglas Gregor · 12 years ago
  36. 3e2aa99 Adds the possibility to run ASTMatchFinder over arbitrary AST nodes. by Manuel Klimek · 12 years ago
  37. f27762b Tweak include order by Douglas Gregor · 12 years ago
  38. 99eb4a7 Buildbot debugging is fun by Douglas Gregor · 12 years ago
  39. 16a4abf One last unit-test fix by Douglas Gregor · 12 years ago
  40. 3aeb34f More unit-test fixes by Douglas Gregor · 12 years ago
  41. 8e02361 Fixup unit tests for DiagnosticOptions change by Douglas Gregor · 12 years ago
  42. c711af2 Make hasDeclaration() matcher work inside the memberExpr() matcher. by Daniel Jasper · 12 years ago
  43. 70b9db9 Implements the thisExpr matcher. Patch by Gabor Horvath. by Manuel Klimek · 12 years ago
  44. c99a3ad Implement hasParent()-matcher. by Daniel Jasper · 12 years ago
  45. 262e60c [doc parsing] use getParamName to access parameter by Fariborz Jahanian · 12 years ago
  46. a7a68b6 Patch for decl printer test of objective-c methods. Patch by Dmitri Gribenko. by Fariborz Jahanian · 12 years ago
  47. 1802daf Fix tests, which accidentally matched implicit code on specific by Daniel Jasper · 12 years ago
  48. ce62007 First version of matchers for Types and TypeLocs. by Daniel Jasper · 12 years ago
  49. 07f8cf4 Fix the handling of target options in our unit tests. by Douglas Gregor · 12 years ago
  50. 6553c68 structured document comment: patch to provide comment for overriding function by Fariborz Jahanian · 12 years ago
  51. bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 12 years ago
  52. 3201da3 CompilationDatabaseTest: Fix another Windows path issue. by Daniel Jasper · 12 years ago
  53. 8a5e8c3 CompilationDatabase: Use //net paths for tests, as they should be by Daniel Jasper · 12 years ago
  54. 2dbe2fa FileNameMatchTrie: Use StringRef instead of Twines where possible. by Daniel Jasper · 12 years ago
  55. d3420c9 Support symlinks and relative paths in complilation databases. by Daniel Jasper · 12 years ago
  56. 1a00fee Fix ASTMatchersTests in configurations where by Daniel Jasper · 12 years ago
  57. 31f7c08 Add matchers for selected C++11 features. by Daniel Jasper · 12 years ago
  58. aaa8e45 Fix refersToDeclaration()-matcher and add missing test case. This was by Daniel Jasper · 12 years ago
  59. 1952354 Move the 'find macro by spelling' infrastructure to the Preprocessor class and by Dmitri Gribenko · 12 years ago
  60. 11e141d unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000i128 => 4294967296L", for now. by NAKAMURA Takumi · 12 years ago
  61. 525394e As a followup for r164303, add some tests for printing literals that test by Dmitri Gribenko · 12 years ago
  62. b54b764 Add some matchers for basic AST nodes. by Daniel Jasper · 12 years ago
  63. 08f0c53 Fix isDerivedFrom matcher. by Daniel Jasper · 12 years ago
  64. e6d2a96 Add missing matcher for C-style cast expressions. by Daniel Jasper · 12 years ago
  65. 3680b4f Make all VariadicDynCast-Expr-matchers StatementMatchers by Daniel Jasper · 12 years ago
  66. 8c05da3 Comment parsing: don't parse comment marker followed by a digit as a command by Dmitri Gribenko · 12 years ago
  67. a756443 Create initial support for matching and binding NestedNameSpecifier(Loc)s. by Daniel Jasper · 12 years ago
  68. 63d8872 Rename isA to isSameOrDerivedFrom. by Daniel Jasper · 12 years ago
  69. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  70. 76dafa7 Change the behavior of the isDerivedFrom-matcher to not match on the by Daniel Jasper · 12 years ago
  71. 579b120 Implements hasAncestor. by Manuel Klimek · 12 years ago
  72. a78d0d6 Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatcher and TypedMatcher. by Manuel Klimek · 12 years ago
  73. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  74. af503a6 Remove the useless CommentOptions class. by Dmitri Gribenko · 12 years ago
  75. 976f118 DeclPrinter tests: simplify the code by using the new runToolOnCodeWithArgs by Dmitri Gribenko · 12 years ago
  76. 44470ef DeclPrinter tests: since now some platforms use C++11 by default, make it by Dmitri Gribenko · 12 years ago
  77. 66341c5 Fixes a bug for binding memoized match results. by Manuel Klimek · 12 years ago
  78. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  79. 5666988 Tooling: Add a runToolOnCodeWithArgs() function that allows by Nico Weber · 12 years ago
  80. 29b1f68 ASTTests: Suppress TestCXXConstructorDecl11 on msvc for now. It seems incompatible. by NAKAMURA Takumi · 12 years ago
  81. e16acd3 New matcher for MaterializeTemporaryExpr by Sam Panzer · 12 years ago
  82. 8268fe7 Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which by James Dennett · 12 years ago
  83. 7fd90b0 Use LLVM's plugin registry to enable registering new compilation by Daniel Jasper · 12 years ago
  84. 2dc75ed Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 12 years ago
  85. f6ec15a DeclPrinter tests: mark test case we get wrong currently with WRONG. by Dmitri Gribenko · 12 years ago
  86. c468424 DeclPrinter tests: add two more tests. by Dmitri Gribenko · 12 years ago
  87. a8eaf00 Fix undefined behavior: member function calls where 'this' is a null pointer. by Richard Smith · 12 years ago
  88. 834a5bd Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag by Dmitri Gribenko · 12 years ago
  89. 2e0b8d9 DeclPrinter, terse mode: don't print function bodies by Dmitri Gribenko · 12 years ago
  90. d1fc82e Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput by Dmitri Gribenko · 12 years ago
  91. 49795ae DeclPrinter: add terse output mode and lots of tests by Dmitri Gribenko · 12 years ago
  92. 02ed37f AST Matchers tests: test that member() matches member allocation functions: by Dmitri Gribenko · 12 years ago
  93. 671a045 AST Matchers tests: test that member() matches member allocation functions. by Dmitri Gribenko · 12 years ago
  94. 82b4550 Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a CompoundLiteralExpr. by Richard Smith · 12 years ago
  95. 8456ae6 AST Matchers: introduce functionTemplate(), classTemplate() and by Dmitri Gribenko · 12 years ago
  96. 0652c35 Don't forget to apply #pragma pack to partial and explicit specializations of by Richard Smith · 12 years ago
  97. 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
  98. 089e5b3 Matchers which correspond to CastExpr, IgnoreImpCasts, IgnoreParenCasts, and IgnoreParenImpCasts by Sam Panzer · 12 years ago
  99. 8cc7efa Add ASTMatcher for matching extern "C" function declarations. by Daniel Jasper · 12 years ago
  100. 1a5d421 [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago