Supporting all entities declared in lexical scope in LLVM debug info.
authorAmjad Aboud <amjad.aboud@intel.com>
Tue, 23 Feb 2016 13:37:18 +0000 (13:37 +0000)
committerAmjad Aboud <amjad.aboud@intel.com>
Tue, 23 Feb 2016 13:37:18 +0000 (13:37 +0000)
commit30e7a8f694a19553f64b3a3a5de81ce317b9ec2f
tree2aebeb9b2230ca22f960ade5a34ddc4c64d81e8b
parentfc8f296782caf06e71fc7b1ed215173a388f3b77
Supporting all entities declared in lexical scope in LLVM debug info.

Differential Revision: http://reviews.llvm.org/D15977

llvm-svn: 261634
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/CodeGen/CGDebugInfo.h
clang/lib/CodeGen/CGDecl.cpp
clang/test/CodeGenCXX/debug-info-anon-union-vars.cpp
clang/test/CodeGenCXX/debug-info-lb.cpp [new file with mode: 0644]