aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/debug-info.c
AgeCommit message (Expand)Author
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-29Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-23Add radar number.Mike Stump
2009-10-23Fixup the return type of functions.Mike Stump
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-05-04PR4143: don't crash generating debug info for incomplete enum types.Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-28fix PR3427: fix debuginfo for incomplete array typesNuno Lopes
2008-11-26Convert incomplete array types before emitting debug info for them, fixes PR3...Anders Carlsson
2008-11-11merge some testcases together.Chris Lattner
2008-11-11remove the wrong PR # from the file name.Chris Lattner