]> granicus.if.org Git - clang/commit
Consolidating the notion of a GNU attribute parameter with the attribute argument...
authorAaron Ballman <aaron@aaronballman.com>
Sat, 31 Aug 2013 01:11:41 +0000 (01:11 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 31 Aug 2013 01:11:41 +0000 (01:11 +0000)
commit624421f98d8fcb8ed8ebc406da41217682159aa8
tree579a2bfb280258132ff6f0ebdc2828423c082576
parent7f8527bd9284c049b6ff2321952af5057814fa48
Consolidating the notion of a GNU attribute parameter with the attribute argument list.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189711 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/Sema/AttributeList.h
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/AttributeList.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaType.cpp
lib/Sema/TargetAttributesSema.cpp
test/Sema/attr-endian.c [new file with mode: 0644]
test/Sema/callingconv.c
test/Sema/warn-type-safety.c
test/SemaObjC/arc.m
test/SemaOpenCL/endian-attr.cl