summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/tentative-decls.c
Commit message (Collapse)AuthorAgeFilesLines
* Bring r325915 back.Rafael Espindola2018-02-231-5/+5
| | | | | | | | | | | | | | | The tests that failed on a windows host have been fixed. Original message: Start setting dso_local for COFF. With this there are still some GVs where we don't set dso_local because setGVProperties is never called. I intend to fix that in followup commits. This is just the bare minimum to teach shouldAssumeDSOLocal what it should do for COFF. llvm-svn: 325940
* Convert test to FileCheck. NFC.Rafael Espindola2018-02-231-7/+7
| | | | llvm-svn: 325930
* 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
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
| | | | llvm-svn: 86432
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-7/+7
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Add testcase that illustrates the problem from r69699 regarding tentative ↵Douglas Gregor2009-05-011-0/+6
| | | | | | definitions of statics llvm-svn: 70543
* Ensure that the most recent declaration of a tentative definition winsDaniel Dunbar2009-04-161-0/+5
| | | | | | when generating a common definition. llvm-svn: 69287
* Defer generation of tentative definitions.Daniel Dunbar2009-04-151-0/+28
- PR3980. - <rdar://problem/6762287> [irgen] crash when generating tentative definition of incomplete structure - This also avoids creating common definitions for things which are later overwritten. - XFAIL'ed external-defs.c, it isn't completing types properly yet. llvm-svn: 69231
OpenPOWER on IntegriCloud