| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ASTMatchers] Existing matcher hasAnyArgument fixed | Gabor Horvath | 2016-03-30 | 1 | -10/+0 |
| * | [ASTMatchers] New matcher hasReturnValue added | Alexander Kornienko | 2016-03-22 | 1 | -0/+12 |
| * | Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOper... | Aaron Ballman | 2016-03-09 | 1 | -73/+243 |
| * | [ASTMatchers] Add matcher hasAnyName. | Samuel Benzaquen | 2016-02-22 | 1 | -0/+10 |
| * | Add an AST matcher for real floating-point types. e.g., float, double, long d... | Aaron Ballman | 2016-02-18 | 1 | -18/+40 |
| * | Add a nullPointerConstant() AST matcher to handle variations of null pointer ... | Aaron Ballman | 2016-02-16 | 1 | -0/+17 |
| * | Reapply r259210 with a fix for RegistryTest.cpp. | Aaron Ballman | 2016-02-01 | 1 | -8/+64 |
| * | Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functi... | Hans Wennborg | 2016-01-29 | 1 | -64/+8 |
| * | Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matc... | Aaron Ballman | 2016-01-29 | 1 | -8/+64 |
| * | Improving documentation for the isMoveAssignmentOperator AST matcher. | Aaron Ballman | 2016-01-23 | 1 | -5/+7 |
| * | Properly encode the < entity; it was missing the semicolon. Regenerating t... | Aaron Ballman | 2016-01-22 | 1 | -520/+520 |
| * | Add am AST matcher for isMoveAssignmentOperator. | Aaron Ballman | 2016-01-22 | 1 | -0/+15 |
| * | Add an isVirtualAsWritten AST matcher. | Nico Weber | 2016-01-21 | 1 | -0/+14 |
| * | When dumping documentation for AST matchers, do something more useful with \s... | Aaron Ballman | 2016-01-21 | 1 | -16/+17 |
| * | Add AST matcher support for FunctionDecls with the hasBody matcher. | Aaron Ballman | 2016-01-20 | 1 | -8/+21 |
| * | Add AST matcher for paren expressions. | Aaron Ballman | 2016-01-20 | 1 | -0/+8 |
| * | Add an AST matcher for checking whether a function is defaulted. | Aaron Ballman | 2016-01-18 | 1 | -0/+11 |
| * | Augments r258042; changes the AST matcher tests to use matchesNot and EXPECT_... | Aaron Ballman | 2016-01-18 | 1 | -0/+34 |
| * | [ASTMatchers] Fix typo in booleanType() doc. | Samuel Benzaquen | 2015-12-22 | 1 | -0/+22 |
| * | Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwin... | Aaron Ballman | 2015-12-02 | 1 | -0/+14 |
| * | Add an AST matcher for narrowing when a type is volatile-qualified. | Aaron Ballman | 2015-11-23 | 1 | -0/+17 |
| * | Regenerate ASTMatchersReference without CRLF. | Benjamin Kramer | 2015-11-20 | 1 | -139/+139 |
| * | Fix ASTMatcher reference newlines and make the generator script windows-proof. | Benjamin Kramer | 2015-11-20 | 1 | -4688/+4688 |
| * | Re-committing r253473 after hopefully fixing the bot breakage. There was a co... | Aaron Ballman | 2015-11-18 | 1 | -0/+73 |
| * | Reverting r253473 while I investigate build bot failures. | Aaron Ballman | 2015-11-18 | 1 | -73/+0 |
| * | Adding AST matchers for VarDecl storage durations. Can now determine whether ... | Aaron Ballman | 2015-11-18 | 1 | -0/+73 |
| * | Add an AST node matcher for TemplateTypeParmDecl objects. | Eric Fiselier | 2015-10-17 | 1 | -1/+11 |
| * | Add decayedType and hasDecayedType AST matchers | Matthias Gehre | 2015-10-12 | 1 | -0/+17 |
| * | Adding an AST node matcher for NonTypeTemplateParmDecl objects. | Aaron Ballman | 2015-10-05 | 1 | -1/+11 |
| * | Adding a narrowing AST matcher for FunctionDecl::isVariadic(), plus tests and... | Aaron Ballman | 2015-10-05 | 1 | -0/+12 |
| * | Rename AST node matchers to match the AST node names directly. Part of this r... | Aaron Ballman | 2015-09-17 | 1 | -336/+405 |
| * | Fixed HasDeclarationMatcher to properly convert all types into decls where po... | Aaron Ballman | 2015-09-11 | 1 | -3/+69 |
| * | Updating the AST matcher documentation with a new entry; NFC. | Aaron Ballman | 2015-08-28 | 1 | -0/+14 |
| * | Adding an AST matcher for namespaceAliasDecl. | Aaron Ballman | 2015-08-28 | 1 | -0/+11 |
| * | Add AST narrowing matchers for inline and anonymous namespaces. Since the inl... | Aaron Ballman | 2015-08-18 | 1 | -4504/+4545 |
| * | Fix AST matcher documentation. | Manuel Klimek | 2015-08-14 | 1 | -81/+242 |
| * | Add missing documentation for conversionDecl; NFC. | Aaron Ballman | 2015-08-11 | 1 | -0/+12 |
| * | Add a polymorphic AST matcher for testing whether a constructor or a conversi... | Aaron Ballman | 2015-08-11 | 1 | -0/+26 |
| * | Add an AST matcher to match member intializers of a CXXCtorInitializer. | Aaron Ballman | 2015-08-11 | 1 | -0/+17 |
| * | Add AST matchers for narrowing constructors that are default, copy, or move c... | Aaron Ballman | 2015-08-05 | 1 | -0/+52 |
| * | Add an AST matcher, isFinal(), for testing whether a method or class declarat... | Aaron Ballman | 2015-07-24 | 1 | -0/+31 |
| * | Updating the documentation for the hasAttr AST matcher, which behaves somewha... | Aaron Ballman | 2015-07-23 | 1 | -1/+2 |
| * | Something was unbalanced, and it wasn't the parentheses. ;-) Reverts r242915. | Aaron Ballman | 2015-07-22 | 1 | -1/+1 |
| * | Balancing parenthesis in comments and documentation; NFC. | Aaron Ballman | 2015-07-22 | 1 | -1/+1 |
| * | Add the ability to AST match a variable declaration that is an exception vari... | Aaron Ballman | 2015-07-15 | 1 | -3/+15 |
| * | Implement an AST matcher for C++ exception catch handlers that can catch any ... | Aaron Ballman | 2015-07-02 | 1 | -0/+10 |
| * | Add translationUnitDecl matcher. | Samuel Benzaquen | 2015-02-10 | 1 | -31/+54 |
| * | Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl... | Manuel Klimek | 2014-11-25 | 1 | -1/+146 |
| * | Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh... | Aaron Ballman | 2014-11-24 | 1 | -146/+1 |
| * | Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc... | Manuel Klimek | 2014-11-24 | 1 | -1/+146 |