| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [ASTMatchers] Add support of hasCondition for SwitchStmt. | Etienne Bergeron | 2016-05-30 | 1 | -7/+16 |
* | [ASTMatcher] Add a node matcher for UnresolvedLookupExpr. | Haojian Wu | 2016-05-18 | 1 | -0/+15 |
* | Add the hasDynamicExceptionSpec() AST matcher to match function declarations ... | Aaron Ballman | 2016-05-16 | 1 | -0/+16 |
* | Add an AST matcher for CastExpr kind | Etienne Bergeron | 2016-05-13 | 1 | -0/+9 |
* | Add an AST matcher for string-literal length | Etienne Bergeron | 2016-05-12 | 1 | -4/+29 |
* | Fix the doc extraction script to work with hasAnyName and with equalsNode. | Samuel Benzaquen | 2016-05-04 | 1 | -3/+34 |
* | [ASTMatchers] New matcher forFunction | Gabor Horvath | 2016-05-04 | 1 | -0/+14 |
* | Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasTy... | Aaron Ballman | 2016-04-14 | 1 | -2/+25 |
* | Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMetho... | Alexander Kornienko | 2016-04-13 | 1 | -13/+38 |
* | [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 |