summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-globalinit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a new option for and disable column number information as thereEric Christopher2012-10-181-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 Takumi2012-07-241-4/+4
| | | | llvm-svn: 160660
* Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) onNick Lewycky2012-07-241-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
OpenPOWER on IntegriCloud