[Sema] The alignment of an object has an upper bound from the object file format
authorDavid Majnemer <david.majnemer@gmail.com>
Sun, 26 Jul 2015 01:48:59 +0000 (01:48 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sun, 26 Jul 2015 01:48:59 +0000 (01:48 +0000)
commit29c69db7600f779e60da0e79b7de7bef6ced9131
tree599a1573c7257334fd21b5d30c0eec5fba974258
parent06d7bd2e428dfd00f422d439faedcadb517266b6
[Sema] The alignment of an object has an upper bound from the object file format

Don't use the spelling of the alignment attribute to determine whether
or not an alignment amount makes sense.

llvm-svn: 243233
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/Sema/MicrosoftCompatibility.c