]> granicus.if.org Git - clang/commit
Revert [mangle] Fix mangling where an extra mangle context is required.
authorReid Kleckner <rnk@google.com>
Thu, 10 Oct 2019 01:10:01 +0000 (01:10 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 10 Oct 2019 01:10:01 +0000 (01:10 +0000)
commitfa29e307035ae592247836aef3e3c401cb9ff559
tree1d6bd933b3d8833d96f50d86ce3e67a3808fb48e
parentb527d8eb2fa6f56701ef4195170a7c4b37f31ec4
Revert [mangle] Fix mangling where an extra mangle context is required.

This reverts r374200 (git commit fd18e94697c987d5f24e25aa4e27adaffff3cce4)

Causes crashes just compiling `int main() {}` on my machine.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374268 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/Sema/Sema.h
lib/AST/ASTContext.cpp
lib/Sema/SemaLambda.cpp
test/CodeGenCXX/mangle-lambdas.cpp