summaryrefslogtreecommitdiff
path: root/test/Lexer/has_extension_cxx.cpp
AgeCommit message (Expand)Author
2015-05-12Have '__have_extension(cxx_variadic_templates)' return true for any C++ stand...Eric Fiselier
2013-09-28Mark lambda init-captures as complete.Richard Smith
2013-09-27Mark variable template implementation as complete. Nearly all of the creditRichard Smith
2013-05-07C++1y: Update __cplusplus to temporary value 201305L to allow detection of pr...Richard Smith
2012-04-04Add feature check "cxx_local_type_template_args" describing supportDouglas Gregor
2011-09-06Advertise support for cxx_range_for as an extension in C++98 mode. Patch by J...Richard Smith
2011-05-13Introduce __has_extension macroPeter Collingbourne