1. 8003edc Compound literals, enums, et al require const expr by Bill Wendling · 7 years ago
  2. db63228 Fix ASTMatchersTraversalTest testcase compile on older compilers by David Green · 7 years ago
  3. 0945c8b Fix Stmt::ignoreImplicit by Stephen Kelly · 7 years ago
  4. 3b2a17b [ASTMatchers] Let hasAnyArgument also support CXXUnresolvedConstructExpr by Shuai Wang · 7 years ago
  5. 810ed5b [ASTMatchers] Quickfix for tests. by George Karpenkov · 7 years ago
  6. b5ea4df [ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMessage` for ObjCMessageExpr by George Karpenkov · 7 years ago
  7. b4c0cbd [ASTMatchers] Introduce a blockDecl matcher for matching block declarations by George Karpenkov · 7 years ago
  8. 9d1d0c4 [ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objective-C methods by George Karpenkov · 7 years ago
  9. a763fdf [ASTMatcher] Extend hasAnyArgument to ObjCMessageExpr by George Karpenkov · 8 years ago
  10. 696e505 Unify and simplify the behavior of the hasDeclaration matcher. by Manuel Klimek · 8 years ago
  11. 31d08b6 [ASTMatchers] Allow forField to match indirect fields. by Malcolm Parsons · 8 years ago
  12. 5b717f3 [gtest] The way EXPECT_TEST now works after upgrading gtest triggers an by Chandler Carruth · 9 years ago
  13. 57aae07 DR1315: a non-type template argument in a partial specialization is permitted by Richard Smith · 9 years ago
  14. 77f039b [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmType by Malcolm Parsons · 9 years ago
  15. a37e110 Adds hasUnqualifiedDesugaredType to allow matching through type sugar. by Manuel Klimek · 9 years ago
  16. 7d96c33 [ASTMatcher] Add CXXNewExpr support to hasDeclaration by Malcolm Parsons · 9 years ago
  17. 6339f1a Traversing template paramter lists of DeclaratorDecls and/or TagDecls. by Nico Weber · 9 years ago
  18. 8cef2c2 [ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl() by Martin Bohme · 9 years ago
  19. b33b02e [ASTMatcher] Add templateName matcher. by Haojian Wu · 9 years ago
  20. d898b09 [ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgument support in functionDecl. by Haojian Wu · 9 years ago
  21. 6ecaec8 [ASTMatchers] New forEachOverriden matcher. by Clement Courbet · 9 years ago
  22. 8a02efb IgnoringImplicit matcher. by Cong Liu · 9 years ago
  23. b1bcd5d Revert "[ASTMatchers] New forEachOverriden matcher." by Chandler Carruth · 9 years ago
  24. 8251ebf [ASTMatchers] New forEachOverriden matcher. by Clement Courbet · 9 years ago
  25. cfed2bf [ASTMatchers] Breaking change of `has` matcher by Piotr Padlewski · 9 years ago
  26. 5500f95 [ASTMatchers] Add support of hasCondition for SwitchStmt. by Etienne Bergeron · 9 years ago
  27. c6e0502 Dividied ASTMatcherTests into 4 files by Piotr Padlewski · 9 years ago