summaryrefslogtreecommitdiffstats
path: root/lib/AST/ASTTypeTraits.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-1/+0
* [ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handlingRoman Lebedev2019-03-211-0/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Teach clang-query to dump types. I couldn't find any existing tests for clang...Richard Smith2016-11-021-0/+2
* [ASTMatcher] Add templateName matcher.Haojian Wu2016-07-291-0/+3
* Reorder ASTNodeKind::AllKindInfo to match NodeKindId.Alexander Kornienko2016-04-141-2/+2
* [AST] Pull simple method inline.Benjamin Kramer2016-01-301-4/+0
* Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati...Samuel Benzaquen2014-10-061-0/+16
* Silence MSVC warnings from r218127 about not returning a valueReid Kleckner2014-09-191-0/+3
* Make DynTypedNode have the dynamic type of the object, instead of its static ...Samuel Benzaquen2014-09-191-0/+28
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-1/+1
* Add Distance parameter to ASTNodeKind::isBaseOf.Peter Collingbourne2013-11-231-4/+10
* Introduce DynTypedNode::print, dump and getSourceRange.Peter Collingbourne2013-11-061-0/+47
* Add more types to ASTNodeKind. Refactor common instantiation code.Samuel Benzaquen2013-07-161-0/+2
* Adds the equalsBoundNode matcher.Manuel Klimek2013-06-201-2/+2
* Enhancements for the DynTypedNodeSamuel Benzaquen2013-06-191-0/+56