summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/TemplateKinds.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-3/+3
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-3/+3
* [NFC, Refactor] Modernize TemplateIdAnnotation using TrailingObjectsFaisal Vali2017-05-231-3/+11
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Fix several crash-on-invalids when using template-ids that aren'tRichard Smith2013-12-041-0/+1
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+3
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-3/+4
* Parsing and AST representation for dependent template names that occurDouglas Gregor2009-03-311-6/+8
* Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor2009-02-251-0/+37