summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/access-spec-attrs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Sema: attribute((annotate)) must have at least one argumentDavid Majnemer2014-12-141-0/+1
| | | | | | | | | | Sema::handleAnnotateAttr expects that some basic validation is done on the given AttributeList. However, ProcessAccessDeclAttributeList called it directly. Instead, pass the list to ProcessDeclAttribute. This fixes PR21847. llvm-svn: 224204
* Allow for annotate attributes after access specifiers. When suchErik Verbruggen2011-10-131-0/+12
attributes are found, propagate them to subsequent declarations. llvm-svn: 141861
OpenPOWER on IntegriCloud