summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-iv.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove bad debug info test.David Blaikie2014-02-111-36/+0
| | | | | | | | | | | | | | This test case doesn't belong in Clang (it's testing IndVarSimplify) but in an effort to reproduce the test case this was intended to cover (by essentially reverting r134441) I wasn't able to reproduce the failure this test case should've produced. So I haven't ported this down to LLVM, instead I'm just deleting it. I suspect the test is just underconstrained, but I've no great interest in trying hard to fix it right now - if anyone else wants to, I'd be more than welcome to that. llvm-svn: 201178
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-1/+1
| | | | | | | This patch tries to avoid unrelated changes other than fixing a few hyphen-related ambiguities in nearby lines. llvm-svn: 196466
* 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
* Correct test for additional comment line.Eli Friedman2011-11-011-1/+1
| | | | llvm-svn: 143436
* Mark test as requiring x86 backend.Eli Friedman2011-11-011-0/+1
| | | | llvm-svn: 143427
* Correct the triple here.Eric Christopher2011-07-281-4/+4
| | | | llvm-svn: 136304
* Check column number also.Devang Patel2011-07-181-1/+1
| | | | llvm-svn: 135437
* Testcase for r134441.Devang Patel2011-07-051-0/+35
llvm-svn: 134442
OpenPOWER on IntegriCloud