]> granicus.if.org Git - clang/commit
Implement the alternate spellings of attributes aligned (as "align")
authorDouglas Gregor <dgregor@apple.com>
Wed, 2 May 2012 15:16:13 +0000 (15:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 2 May 2012 15:16:13 +0000 (15:16 +0000)
commit184be849fc5d9da9f353fed4b0d5202b003d16d6
tree0c265dd16a0e1346197eaee9ad930a827a7a9a04
parent769aa2d46fa5dc0bee5285c95a80ad8749cb79cf
Implement the alternate spellings of attributes aligned (as "align")
and const (as "__const") using tblgen, rather than explicitly hacking
them in.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155991 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
lib/Sema/AttributeList.cpp