summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/ASTTypeTraits.h
Commit message (Expand)AuthorAgeFilesLines
* [ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handlingRoman Lebedev2019-03-211-0/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-34/+34
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [ASTMatcher] Add templateName matcher.Haojian Wu2016-07-291-0/+6
* [AST] Pull simple method inline.Benjamin Kramer2016-01-301-1/+3
* Fix r255875, use '<' instead of '==' for 'operator<'Richard Trieu2015-12-171-1/+1
* Add QualType case to operator< for DynTypedNode.Richard Trieu2015-12-171-0/+4
* [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.Benjamin Kramer2015-10-231-0/+74
* Shrink DynTypedNode by one pointer from 40 to 32 bytes (on x86_64).Benjamin Kramer2015-10-211-19/+25
* Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."Benjamin Kramer2015-10-211-75/+3
* [AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.Benjamin Kramer2015-10-201-3/+75
* Skip some unnecessary type checks.Samuel Benzaquen2014-12-021-7/+30
* Filter the toplevel matchers by kind.Samuel Benzaquen2014-11-241-0/+24
* Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati...Samuel Benzaquen2014-10-061-0/+14
* Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.Samuel Benzaquen2014-10-011-0/+2
* Revert r218616, "Refactor Matcher<T> and DynTypedMatcher to reduce overhead o...NAKAMURA Takumi2014-09-291-2/+0
* Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.Samuel Benzaquen2014-09-291-0/+2
* Make DynTypedNode have the dynamic type of the object, instead of its static ...Samuel Benzaquen2014-09-191-1/+8
* Cache the memoization data for DynTypedNodes.Samuel Benzaquen2014-08-281-14/+5
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* [C++11] Use 'nullptr'Craig Topper2014-05-061-5/+5
* Fixes a bug in DynTypedNode.Manuel Klimek2014-03-251-2/+2
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-071-6/+6
* Introduce Registry::getCompletions.Peter Collingbourne2014-01-231-0/+10
* Add Distance parameter to ASTNodeKind::isBaseOf.Peter Collingbourne2013-11-231-2/+6
* Introduce DynTypedNode::print, dump and getSourceRange.Peter Collingbourne2013-11-061-0/+19
* Add more types to ASTNodeKind. Refactor common instantiation code.Samuel Benzaquen2013-07-161-107/+104
* Adds the equalsBoundNode matcher.Manuel Klimek2013-06-201-12/+25
* Enhancements for the DynTypedNodeSamuel Benzaquen2013-06-191-42/+133
* Completely revamp node binding for AST matchers.Manuel Klimek2013-06-191-0/+19
* First step towards adding a parent map to the ASTContext.Manuel Klimek2013-02-281-0/+211