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)
commit05834e2d5b0caf4a960570d0e6efe654da1cbb79
treedb90b9209944b29d492497a0fc78b4e80c3ba495
parent15520db9adce8413ef02fd6ffc68ee6aa8d182f0
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.

llvm-svn: 223136
clang/lib/AST/Mangle.cpp
clang/test/CodeGenCXX/predefined-expr.cpp