summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/tentative-array.c
Commit message (Collapse)AuthorAgeFilesLines
* Defer generation of tentative definitions.Daniel Dunbar2009-04-151-4/+0
| | | | | | | | | | | | | | - 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
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* PR1893: Fix up the type of tentative definitions of incomplete array Eli Friedman2008-05-301-0/+4
types so that they end up the correct size. llvm-svn: 51787
OpenPOWER on IntegriCloud