]> granicus.if.org Git - clang/commit
Forward declarations should take a context. This helps the debugger
authorEric Christopher <echristo@apple.com>
Mon, 23 Apr 2012 19:00:24 +0000 (19:00 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 23 Apr 2012 19:00:24 +0000 (19:00 +0000)
commit87380aaf4273b2259fa75790f2f544c4514cc763
tree98e5e51fb48c17ffcd10f88a67c3eedeb112c9f1
parentaed9ea398a3fd8d488120728e2df4ac81c3b0c4b
Forward declarations should take a context. This helps the debugger
find forward declarations in the context that the actual definition
will occur.

rdar://11291658

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155381 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGen/2009-10-20-GlobalDebug.c
test/CodeGen/debug-info-line3.c
test/CodeGen/debug-line-1.c
test/CodeGenCXX/debug-info-artificial-arg.cpp
test/CodeGenCXX/debug-info-fwd-ref.cpp
test/CodeGenCXX/debug-info-nullptr.cpp
test/CodeGenCXX/debug-info-static-fns.cpp
test/CodeGenObjC/debug-info-block-helper.m
test/CodeGenObjC/debug-info-synthesis.m