Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Defer generation of tentative definitions. | Daniel Dunbar | 2009-04-15 | 1 | -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 Dunbar | 2009-03-24 | 1 | -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 Friedman | 2008-05-30 | 1 | -0/+4 |
types so that they end up the correct size. llvm-svn: 51787 |