Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move remaining %clang_cc1 tests out of test/Driver | Alp Toker | 2013-11-16 | 1 | -19/+0 |
| | | | | | | | | | | | | | | clang -cc1 skips the driver so it never made sense to include these with the Driver tests. Basic type tests and flag tests generally both go in Frontend. Now that the final -cc1 tests have been moved out of test/Driver, add a local substitution to enforce and detect future mistakes. These miscategorized tests were probably the source of confusion in r194817. llvm-svn: 194919 | ||||
* | Add missing spaces. This doesn't cause problems in practice because we only warn | Rafael Espindola | 2013-01-08 | 1 | -2/+2 |
| | | | | | | about _Static_assert with -pedantic. llvm-svn: 171860 | ||||
* | long double should be 64 bits on FreeBSD/MIPS64. It possibly should be on | David Chisnall | 2012-12-08 | 1 | -0/+19 |
Linux too, as I think we inherited it from there. The ABI spec says 128-bit, although I think SGI's compiler on IRIX may be the only thing ever to support this. llvm-svn: 169674 |