]> granicus.if.org Git - clang/commit
Ignore __aligned__ with zero arguments in addition to __aligned__ with
authorEli Friedman <eli.friedman@gmail.com>
Wed, 30 Jan 2008 17:38:42 +0000 (17:38 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 30 Jan 2008 17:38:42 +0000 (17:38 +0000)
commit4ca0867dbee03b353c9c3d1583d183e6316c32f5
tree6965e32458ae3fc18a928b68e835e65a483dc9d5
parent78a677bbb5fa115fa0995b5783adeeefad67167e
Ignore __aligned__ with zero arguments in addition to __aligned__ with
one argument.  Lets stuff using pthread.h compile.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46559 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaDecl.cpp