History log of /external/clang/test/CodeGen/debug-line-1.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
da3301eec823fe770bfa49a1cb19649506caa698 18-Oct-2012 Eric Christopher <echristo@gmail.com> Add a new option for and disable column number information as there
are no known current users of column info. Robustify and fix up
a few tests in the process. Reduces the size of debug information
by a small amount.

Part of PR14106

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166236 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/debug-line-1.c
87380aaf4273b2259fa75790f2f544c4514cc763 23-Apr-2012 Eric Christopher <echristo@apple.com> 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
/external/clang/test/CodeGen/debug-line-1.c
b2561c7545eae5f18c9347a0704d4ca6954b2294 10-Apr-2012 Eric Christopher <echristo@apple.com> This test actually needs label names.

PR9796

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154422 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/debug-line-1.c
c07833795aa6e569de5bb90945f5017b9969288d 10-Apr-2012 Eric Christopher <echristo@apple.com> For debug and coverage analysis if we're not optimizing go ahead
and emit a relatively empty block for a plain break statement. This
enables us to track where we went through a switch.

PR9796 & rdar://11215207

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154420 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/debug-line-1.c