summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/alignment-of-derived-class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix alignment of class derived from empty class.Eli Friedman2013-07-161-0/+41
The record layout code didn't properly take into account that an empty class at offset 0 can have an alignment greater than 1. Patch by Andrea Di Biagio. llvm-svn: 186370
OpenPOWER on IntegriCloud