]> granicus.if.org Git - clang/commit
Improve diagnostics on GNU attributes by warning about attributes that should have...
authorTed Kremenek <kremenek@apple.com>
Fri, 15 Apr 2011 05:49:29 +0000 (05:49 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 15 Apr 2011 05:49:29 +0000 (05:49 +0000)
commit831efaeb4ba2c0939db6eeb77229d9e47dd03c9c
tree87ea5c11e7c9febf9e51ae8c043d9b455e7cd4ef
parentfc8f0e14ad142ed811e90fbd9a30e419e301c717
Improve diagnostics on GNU attributes by warning about attributes that should have no arguments or parameters.  Patch by Michael Han!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129560 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/AttributeList.h
lib/Sema/SemaDeclAttr.cpp
test/Sema/attr-args.c [new file with mode: 0644]