Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-08 | Add missing spaces. This doesn't cause problems in practice because we only warn | Rafael Espindola | |
about _Static_assert with -pedantic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171860 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-12-08 | long double should be 64 bits on FreeBSD/MIPS64. It possibly should be on | David Chisnall | |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169674 91177308-0d34-0410-b5e6-96231b3b80d8 |