]> granicus.if.org Git - clang/commit
This patch fixes a crash involving use of predefined
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 2 Dec 2014 18:42:51 +0000 (18:42 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 2 Dec 2014 18:42:51 +0000 (18:42 +0000)
commitad012571bba9f33084c17ea9a91970b4b2461f29
treedf25d32c08054b8d4df76f756d684e64e9128eca
parentc97ed59f04f2f6b7695de59ec9a6dbaadaffd6b7
This patch fixes a crash involving use of predefined
expressions. It fixes crash when mangling name for block's helper
function used inside a constructor/destructor.
rdar://19065361.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223136 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Mangle.cpp
test/CodeGenCXX/predefined-expr.cpp