]> granicus.if.org Git - clang/commit
[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)
commit22e268be98f8c05548b5d68347a9fdde49bc4b77
treebf21af6c7be67dd48c02b995ab1d15032053133a
parentcd794195b9e8535a824ad5e2fdb05e7ab01fd210
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243233 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/Sema/MicrosoftCompatibility.c