| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Implement various matchers around template argument handling. | Manuel Klimek | 2014-10-09 | 1 | -0/+103 |
| * | Add matcher for linkage specification | Manuel Klimek | 2014-09-04 | 1 | -0/+10 |
| * | Add hasAttr matcher for declarations. | Manuel Klimek | 2014-08-25 | 1 | -21/+4 |
| * | Add isDeleted() matcher for FunctionDecl nodes. | Samuel Benzaquen | 2014-08-15 | 1 | -1/+12 |
| * | Adds AST matchers for matching CUDA declarations. | Manuel Klimek | 2014-08-05 | 1 | -34/+78 |
| * | Add hasLocalStorage/hasGlobalStorage matchers. | Samuel Benzaquen | 2014-06-05 | 1 | -0/+25 |
| * | Make equalsNode work with pointers to subtypes. | Manuel Klimek | 2014-05-27 | 1 | -2/+2 |
| * | Adds child traversal matchers for IfStmt's then and else branches. | Manuel Klimek | 2014-05-27 | 1 | -0/+18 |
| * | Allow hasBody on CXXForRangeStmt nodes and update the docs. | Manuel Klimek | 2014-05-27 | 1 | -6/+38 |
| * | Add loc() to the dynamic registry. | Samuel Benzaquen | 2014-03-10 | 1 | -12/+12 |
| * | Fix AST matcher documentation for overloaded matchers. | Manuel Klimek | 2014-02-24 | 1 | -25/+96 |
| * | Fix docs generation for the AST matchers: | Manuel Klimek | 2014-02-24 | 1 | -31/+73 |
| * | Add partial support for the hasDeclaration() matcher in the dynamic layer. | Samuel Benzaquen | 2013-11-18 | 1 | -29/+247 |
| * | Fix constructor-related typos. | Benjamin Kramer | 2013-09-09 | 1 | -1/+1 |
| * | Rewrite eachOf/allOf/anyOf to use a variadic operator. | Samuel Benzaquen | 2013-08-27 | 1 | -18/+18 |
| * | Refactor ArgumentAdaptativeMatcher matchers to remove the template from their... | Samuel Benzaquen | 2013-08-16 | 1 | -10/+18 |
| * | Fix incorrect documentation generation for type matchers. | Manuel Klimek | 2013-07-25 | 1 | -284/+0 |
| * | Update docs. | Manuel Klimek | 2013-07-24 | 1 | -8/+81 |
| * | Add support for type traversal matchers. | Samuel Benzaquen | 2013-07-15 | 1 | -24/+24 |