]> granicus.if.org Git - clang/commit
Objective-C++: Enable passing of modern C++11 style
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 18 Apr 2013 23:43:21 +0000 (23:43 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 18 Apr 2013 23:43:21 +0000 (23:43 +0000)
commit0c7102f070c10a261ea40700cfbb9102f642ad72
treeb297323469011630bcd6a0b39cb3f77e6fceed86
parent38dbad233bfc7906e38e028707ffe5925b9ca46c
Objective-C++: Enable passing of modern C++11 style
initialized temporaries to objc++ methods.
// rdar://12788429

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179818 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseObjc.cpp
test/Parser/objcxx11-initialized-temps.mm [new file with mode: 0644]