]> granicus.if.org Git - clang/commit
PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas and
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 9 May 2014 21:08:59 +0000 (21:08 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 9 May 2014 21:08:59 +0000 (21:08 +0000)
commitf6df606f3178a656f4f2886304474acd51cdf61c
treedb350e15ba6b95dd16bac0b4689e7f4af3ea9d6f
parent53331ec34a9298dce6c86d3c464f939f956a1bb3
PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas and
cxx_decltype_auto, and fix documentation of cxx_generic_lambdas and
cxx_init_captures to specify the right feature-check name.

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