]> granicus.if.org Git - clang/commit
Fix the linkage of static locals inside a CapturedStmt. (Found in the
authorEli Friedman <eli.friedman@gmail.com>
Thu, 13 Jun 2013 21:50:44 +0000 (21:50 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 13 Jun 2013 21:50:44 +0000 (21:50 +0000)
commit678eca456bc62900dc7407bdbc9fa282da9d2f8f
tree2da495e0f72080966f6bab138e6f183e2e116238
parentaa12d8f06e641ee9f047b89efc28cecf9498ac05
Fix the linkage of static locals inside a CapturedStmt.  (Found in the
process of trying to fix the related issue for block literals.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183951 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
test/CodeGenCXX/captured-statements.cpp