summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-cast-align.cpp
Commit message (Collapse)AuthorAgeFilesLines
* On second thought, don't warn about reinterpret_casts under -Wcast-align.John McCall2010-08-191-2/+2
| | | | llvm-svn: 111497
* Implement -Wcast-align. The initial design of this diagnostic diverges John McCall2010-08-121-0/+45
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). llvm-svn: 110959
OpenPOWER on IntegriCloud