summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic/Registry.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reverting r253473 while I investigate build bot failures.Aaron Ballman2015-11-181-3/+0
* Adding AST matchers for VarDecl storage durations. Can now determine whether ...Aaron Ballman2015-11-181-0/+3
* Add decayedType and hasDecayedType AST matchersMatthias Gehre2015-10-121-0/+2
* Adding a narrowing AST matcher for FunctionDecl::isVariadic(), plus tests and...Aaron Ballman2015-10-051-0/+1
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-041-2/+2
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-171-27/+31
* Fixed HasDeclarationMatcher to properly convert all types into decls where po...Aaron Ballman2015-09-111-0/+5
* Adding an AST matcher for namespaceAliasDecl.Aaron Ballman2015-08-281-0/+1
* [ASTMatchers] Add type matcher for SubstTemplateTypeParmType.Samuel Benzaquen2015-08-261-0/+1
* Add AST narrowing matchers for inline and anonymous namespaces. Since the inl...Aaron Ballman2015-08-181-0/+2
* Switching from an explicit loop to DeleteContainerSeconds; NFC.Aaron Ballman2015-08-121-2/+2
* RangRangify some more for loops; NFC.Aaron Ballman2015-08-121-17/+15
* Add a polymorphic AST matcher for testing whether a constructor or a conversi...Aaron Ballman2015-08-111-0/+1
* Add an AST matcher to match member intializers of a CXXCtorInitializer.Aaron Ballman2015-08-111-0/+1
* Add AST matchers for narrowing constructors that are default, copy, or move c...Aaron Ballman2015-08-051-0/+4
* Add an AST matcher, isFinal(), for testing whether a method or class declarat...Aaron Ballman2015-07-241-0/+1
* Add the ability to AST match a variable declaration that is an exception vari...Aaron Ballman2015-07-151-0/+1
* Implement an AST matcher for C++ exception catch handlers that can catch any ...Aaron Ballman2015-07-021-0/+1
* Move a test from static-assert.cpp to DeclPrinterTestDavid Majnemer2015-06-051-0/+1
* Add conversionDecl matcher for node CXXConversionDecl.Samuel Benzaquen2015-04-201-0/+1
* Add support for a few Objective-C matchers.Manuel Klimek2015-03-121-0/+8
* Reverting r232034, as it broke one of the bots with link errors. Details at: ...Aaron Ballman2015-03-121-8/+0
* Added some matchers for objective c selectors and messages to ASTMatchers.h. ...Aaron Ballman2015-03-121-0/+8
* Add translationUnitDecl matcher.Samuel Benzaquen2015-02-101-0/+1
* Add voidType() matcher.Samuel Benzaquen2014-12-151-0/+1
* Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...Manuel Klimek2014-11-251-0/+4
* Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...Aaron Ballman2014-11-241-4/+0
* Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...Manuel Klimek2014-11-241-0/+4
* Add valueDecl() matcher.Samuel Benzaquen2014-10-281-0/+1
* Fix completion logic to allow for heterogeneous argument types in matcher ove...Samuel Benzaquen2014-10-091-10/+15
* Implement various matchers around template argument handling.Manuel Klimek2014-10-091-13/+18
* ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a templ...Benjamin Kramer2014-09-031-0/+2
* Add hasAttr matcher for declarations.Manuel Klimek2014-08-251-3/+1
* Add missing matchers to the dynamic registry.Samuel Benzaquen2014-08-151-0/+11
* Add isDeleted() matcher for FunctionDecl nodes.Samuel Benzaquen2014-08-151-0/+1
* Support named values in the autocomplete feature.Samuel Benzaquen2014-08-121-67/+44
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-3/+3
* Add hasLocalStorage/hasGlobalStorage matchers.Samuel Benzaquen2014-06-051-0/+2
* Add support for named values in the parser.Samuel Benzaquen2014-04-141-9/+4
* Add matcher for ExprWithCleanups.Samuel Benzaquen2014-04-021-0/+1
* Add loc() to the dynamic registry.Samuel Benzaquen2014-03-101-1/+1
* Add TemplateSpecializationType polymorphism for hasTemplateArgument andPeter Collingbourne2014-02-201-0/+1
* Add isListInitialization matcher.Peter Collingbourne2014-02-061-0/+1
* Introduce Registry::getCompletions.Peter Collingbourne2014-01-231-0/+149
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-3/+1
* Another pass at adding missing matchers into the registry.Samuel Benzaquen2013-11-251-0/+15
* Rename *MatcherCreateCallback to *MatcherDescriptor, and its member run() to ...Peter Collingbourne2013-11-231-7/+7
* Split registry matcher resolution into a lookup phase and a construction phase.Peter Collingbourne2013-11-231-8/+15
* Add support for the 'unless' matcher in the dynamic layer.Samuel Benzaquen2013-11-221-1/+1
* Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen2013-11-181-1/+1
OpenPOWER on IntegriCloud