Add a __has_feature check for default template arguments in function
commit71fc26dabc13180fda91db39958ecf5d867de3f8
authorDouglas Gregor <doug.gregor@gmail.com>
Sat, 5 Feb 2011 20:35:30 +0000 (5 20:35 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Sat, 5 Feb 2011 20:35:30 +0000 (5 20:35 +0000)
tree3981e351b845b340be5363123e7f6a0541bb1a97
parent84989c612b4f448e5a3bddbe660626af145669ae
Add a __has_feature check for default template arguments in function
templates, a C++0x feature.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124973 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LanguageExtensions.html
lib/Lex/PPMacroExpansion.cpp
test/Lexer/has_feature_cxx0x.cpp