summaryrefslogtreecommitdiffstats
path: root/test/Sema/warn-cast-align.c
Commit message (Expand)AuthorAgeFilesLines
* Make ASTContext::getDeclAlign return the correct alignment forAkira Hatanaka2017-01-061-0/+8
* [Sema] Teach -Wcast-align to look at the aligned attribute of theAkira Hatanaka2016-11-301-0/+20
* Remove a non-gcc-compatible extension that would apply attributes on declarat...Eli Friedman2011-12-171-1/+1
* Add support for alignment-specifiers in C1X and C++11, removePeter Collingbourne2011-09-291-1/+1
* Implement -Wcast-align. The initial design of this diagnostic diverges John McCall2010-08-121-0/+41