]> granicus.if.org Git - clang/commit
Rename feature test for lambda init-captures from cxx_generalized_capture to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 24 Jul 2013 17:51:13 +0000 (17:51 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 24 Jul 2013 17:51:13 +0000 (17:51 +0000)
commit3c3a522712ef11a5e5836e2df6466fbd446bb2ea
treeeaea0d375f37f8122eec6727b0b323831574308d
parenta4fb3390853356524416bc28d6044e7a41c87863
Rename feature test for lambda init-captures from cxx_generalized_capture to
cxx_init_capture. "generalized" is neither descriptive nor future-proof. No
compatibility problems expected, since we've never advertised having this
feature.

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