summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ASTMatchers] Add support for floatLiteralsPeter Wu2017-06-081-2/+2
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-041-4/+4
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-3/+3
* Roll functions back into namespaces, msvc has problems with name lookup outsi...Benjamin Kramer2015-03-091-4/+8
* Make helper functions static. NFC.Benjamin Kramer2015-03-091-13/+9
* Add support for named values in the parser.Samuel Benzaquen2014-04-141-1/+3
* Add support for overloaded matchers. ie different matcher function signatures...Samuel Benzaquen2013-07-221-5/+43
* Add support for raw_ostream on the printing methods of Diagnostics.Samuel Benzaquen2013-07-191-32/+42
* Separate the notion of 'context' when recursing down in the parser and actual...Samuel Benzaquen2013-07-181-22/+71
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-211-0/+2
* Enhancements for the DynTypedMatcher system.Samuel Benzaquen2013-06-201-1/+1
* Parser/Registry argument enhancements.Samuel Benzaquen2013-06-041-0/+2
* Add support for .bind("foo") expressions on the dynamic matchers.Samuel Benzaquen2013-06-031-0/+6
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-141-0/+113
OpenPOWER on IntegriCloud