summaryrefslogtreecommitdiffstats
path: root/test/Parser/DelayedTemplateParsing.cpp
Commit message (Expand)AuthorAgeFilesLines
* If a function decl cannot be merged, mark it as invalid.Nico Weber2015-01-171-2/+2
* Handle -fdelayed-template-parsing of out-of-line definitions ofHans Wennborg2014-05-021-0/+58
* Fix crash if delayed template parsing meets an erroneous trailing return type.Richard Smith2014-03-121-0/+2
* Parse: Disable delayed template parsing for constexpr functionsDavid Majnemer2013-10-231-0/+7
* Sema: Respect -fdelayed-template-parsing when parsing constexpr functionsDavid Majnemer2013-09-271-0/+12
* Sema: Do not merge new decls with invalid, old declsDavid Majnemer2013-07-071-2/+3
* Support the use of "=delete" and "=default" with delayed templateDouglas Gregor2012-06-281-1/+12
* In -fdelayed-template-parsing mode, reenter every scope when late parsing a t...Francois Pichet2012-02-221-0/+27
* Enable delayed template parsing for friend functions declared at template cla...Francois Pichet2011-11-181-0/+4
* [microsoft] Fix a bug in -fdelayed-template-parsing mode where we were not re...Francois Pichet2011-09-221-2/+21
* Remove hard coded dos line endings, let subversion translate them onChandler Carruth2011-04-251-42/+42
* Correctly emit a diagnostic for multiple templated function definitions in -f...Francois Pichet2011-04-221-3/+14
* Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet2011-04-221-0/+31