aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/DelayedTemplateParsing.cpp
AgeCommit message (Expand)Author
2012-06-28Support the use of "=delete" and "=default" with delayed templateDouglas Gregor
2012-02-22In -fdelayed-template-parsing mode, reenter every scope when late parsing a t...Francois Pichet
2011-11-18Enable delayed template parsing for friend functions declared at template cla...Francois Pichet
2011-09-22[microsoft] Fix a bug in -fdelayed-template-parsing mode where we were not re...Francois Pichet
2011-04-25Remove hard coded dos line endings, let subversion translate them onChandler Carruth
2011-04-22Correctly emit a diagnostic for multiple templated function definitions in -f...Francois Pichet
2011-04-22Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet