]> granicus.if.org Git - clang/commit
Add several more attributes to be parsed in C with [[]] when -fdouble-square-bracket...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 19 Feb 2018 17:32:07 +0000 (17:32 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 19 Feb 2018 17:32:07 +0000 (17:32 +0000)
commitaf9bbc35827622465f33a070bfae2bd4ff3ae658
treea2b726367530f56dc98def8b017cb39c7c581fca
parente7b23b3cb5e5146f8e882aa336fb4e556637dc27
Add several more attributes to be parsed in C with [[]] when -fdouble-square-bracket-attributes is specified.

Also flags a few attributes that should not be available with the C spelling as they only matter in C++.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325520 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
test/Sema/attr-cx2.c [new file with mode: 0644]