]> granicus.if.org Git - clang/commit
Collect both normal and static data members of a class in source
authorEric Christopher <echristo@gmail.com>
Wed, 16 Jan 2013 01:22:32 +0000 (01:22 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 16 Jan 2013 01:22:32 +0000 (01:22 +0000)
commit0395de36004a718e265cc256b1bbee3bd3a791dc
treed40e0d760dce241b4f5beac43c5823110c59ea7c
parent44a1efe44ea43a194499719d3b230054f28845cc
Collect both normal and static data members of a class in source
order. Describe static data members to metadata using new interfaces.

Part of PR14471.

Patch by Paul Robinson!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172591 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
test/CodeGen/2009-10-20-GlobalDebug.c
test/CodeGen/debug-info-static.c
test/CodeGenCXX/debug-lambda-expressions.cpp