Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new option for and disable column number information as there | Eric Christopher | 2012-10-18 | 1 | -1/+1 |
| | | | | | | | | | | 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 llvm-svn: 166236 | ||||
* | clang/test/CodeGenCXX/debug-info-globalinit.cpp: Fix for -Asserts. | NAKAMURA Takumi | 2012-07-24 | 1 | -4/+4 |
| | | | | llvm-svn: 160660 | ||||
* | Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on | Nick Lewycky | 2012-07-24 | 1 | -0/+30 |
variables that have static storage duration, it removes debug info on the emitted initializer function but not all debug info about this variable. llvm-svn: 160659 |