Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-19 | On second thought, don't warn about reinterpret_casts under -Wcast-align. | John McCall | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111497 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-08-12 | Implement -Wcast-align. The initial design of this diagnostic diverges | John McCall | |
from GCC's in that we warn on *any* increase in alignment requirements, not just those that are enforced by hardware. Please let us know if this causes major problems for you (which it shouldn't, since it's an optional warning). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110959 91177308-0d34-0410-b5e6-96231b3b80d8 |