[PATCH] D15977: [Clang] Supporting all entities declared in lexical scope in LLVM debug info

Amjad Aboud via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 7 15:33:50 PST 2016


aaboud created this revision.
aaboud added reviewers: probinson, aprantl, echristo, dblaikie.
aaboud added a subscriber: cfe-commits.

This is the full implementation in Clang of the proposal:
http://lists.llvm.org/pipermail/llvm-dev/2015-December/093313.html

http://reviews.llvm.org/D15977

Files:
  lib/CodeGen/CGDebugInfo.cpp
  lib/CodeGen/CGDebugInfo.h
  lib/CodeGen/CGDecl.cpp
  test/CodeGenCXX/debug-info-lb-class.cpp
  test/CodeGenCXX/debug-info-lb-static.cpp
  test/CodeGenCXX/debug-info-lb-static2.cpp
  test/CodeGenCXX/debug-info-lb-typedef.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15977.44273.patch
Type: text/x-patch
Size: 9975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160107/3b69b390/attachment.bin>


More information about the cfe-commits mailing list