summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info.c
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar2009-11-291-1/+1
| | | | llvm-svn: 90071
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Add radar number.Mike Stump2009-10-231-0/+1
| | | | llvm-svn: 84923
* Fixup the return type of functions.Mike Stump2009-10-231-1/+12
| | | | llvm-svn: 84922
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
| | | | llvm-svn: 81346
* PR4143: don't crash generating debug info for incomplete enum types.Eli Friedman2009-05-041-0/+7
| | | | llvm-svn: 70825
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* fix PR3427: fix debuginfo for incomplete array typesNuno Lopes2009-01-281-1/+7
| | | | llvm-svn: 63158
* Convert incomplete array types before emitting debug info for them, fixes ↵Anders Carlsson2008-11-261-1/+3
| | | | | | PR3134. llvm-svn: 60109
* merge some testcases together.Chris Lattner2008-11-111-0/+16
| | | | llvm-svn: 59031
* remove the wrong PR # from the file name.Chris Lattner2008-11-111-0/+6
llvm-svn: 59029
OpenPOWER on IntegriCloud