summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info.c
Commit message (Collapse)AuthorAgeFilesLines
* Update to match LLVM changes for PR27284.Adrian Prantl2016-04-151-4/+4
| | | | | | | | | (Reverse the ownership between DICompileUnit and DISubprogram.) http://reviews.llvm.org/D19034 <rdar://problem/25256815> llvm-svn: 266445
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
| | | | | | | | | | | | | | | | With this change, most 'g' options are rejected by CompilerInvocation. They remain only as Driver options. The new way to request debug info from cc1 is with "-debug-info-kind={line-tables-only|limited|standalone}" and "-dwarf-version={2|3|4}". In the absence of a command-line option to specify Dwarf version, the Toolchain decides it, rather than placing Toolchain-specific logic in CompilerInvocation. Also fix a bug in the Windows compatibility argument parsing in which the "rightmost argument wins" principle failed. Differential Revision: http://reviews.llvm.org/D13221 llvm-svn: 249655
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-1/+1
| | | | | | | | | | LLVM r236120 renamed debug info IR constructs to use a `DI` prefix, now that the `DIDescriptor` hierarchy has been gone for about a week. This commit was generated using the rename-md-di-nodes.sh upgrade script attached to PR23080, followed by running clang-format-diff.py on the `lib/` portion of the patch. llvm-svn: 236121
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-1/+1
| | | | | | | Update testcases for LLVM change in r231082 to use the new debug info hierarchy. llvm-svn: 231083
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-1/+1
| | | | | | | | | | | | | | This reverts commit r218917, effectively reapplying r218913. Original commit message follows. -- Update debug info testcases for an LLVM metadata schema change to fold metadata constant operands into a single `MDString`. Part of PR17891. llvm-svn: 219011
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-1/+1
| | | | | | This reverts commit r218913 while I investigate some bots. llvm-svn: 218917
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-1/+1
| | | | | | | | | Update debug info testcases for an LLVM metadata schema change to fold metadata constant operands into a single `MDString`. Part of PR17891. llvm-svn: 218913
* Fix debug tag type of forward declarations of struct/class in C++.David Blaikie2012-11-021-3/+2
| | | | llvm-svn: 167308
* Emit debug info for extended vectors.Devang Patel2011-07-131-0/+5
| | | | llvm-svn: 135083
* tests: Force a triple in this test (so uint128 is present).Daniel Dunbar2011-05-051-1/+1
| | | | llvm-svn: 130941
* Do not drop uint128 on the floor.Devang Patel2011-05-051-0/+7
| | | | llvm-svn: 130929
* 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