Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sema: attribute((annotate)) must have at least one argument | David Majnemer | 2014-12-14 | 1 | -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 such | Erik Verbruggen | 2011-10-13 | 1 | -0/+12 |
attributes are found, propagate them to subsequent declarations. llvm-svn: 141861 |