Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-19 | Simplify/generalize some debug info test cases | David Blaikie | |
Mostly, try to depend on the annotation comments more so these tests are more legible, brief, and agnostic to schema changes in the future (sure, they're not agnostic to changes to the comment annotations but since they're easier to read they should be easier to update if that happens). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177457 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-07-24 | Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on | Nick Lewycky | |
variables that have static storage duration, it removes debug info on the emitted initializer function but not all debug info about this variable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160659 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-06-04 | Add a testcase for C++11 union support. | Eric Christopher | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157952 91177308-0d34-0410-b5e6-96231b3b80d8 |