]> granicus.if.org Git - clang/commit
Treat [[gnu::__const]] the same as [[gnu::const]]. GCC's tokenizer can't tell
authorNick Lewycky <nicholas@mxc.ca>
Tue, 29 Oct 2013 03:33:57 +0000 (03:33 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 29 Oct 2013 03:33:57 +0000 (03:33 +0000)
commit966a0fc4681a6c3b55ed6c1404c10d9816eeefda
tree27b8e055736388b7b46f5c23185ff011cfee7f29
parent85e10d20e2e636cac6735cc7e64118b13259ce1b
Treat [[gnu::__const]] the same as [[gnu::const]]. GCC's tokenizer can't tell
the difference.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193582 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
test/Parser/cxx0x-attributes.cpp