]> granicus.if.org Git - clang/commit
Add a new option for and disable column number information as there
authorEric Christopher <echristo@gmail.com>
Thu, 18 Oct 2012 21:52:18 +0000 (21:52 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 18 Oct 2012 21:52:18 +0000 (21:52 +0000)
commitda3301eec823fe770bfa49a1cb19649506caa698
tree73a65232b124c08da8196175ac4b1891a70ded8b
parent5b341da0eb6478c22b9587f03572a249ebbd00dc
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
12 files changed:
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/CGDebugInfo.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/debug-info-iv.c
test/CodeGen/debug-info-line3.c
test/CodeGen/debug-info-line4.c [new file with mode: 0644]
test/CodeGen/debug-line-1.c
test/CodeGenCXX/debug-info-globalinit.cpp
test/CodeGenCXX/destructor-debug-info.cpp