Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the attribute name to the err_attribute_wrong_number_arguments ↵ | Aaron Ballman | 2013-07-23 | 1 | -1/+1 |
| | | | | | | | | diagnostic for clarity; updated almost all of the affected test cases. Thanks to Fariborz Jahanian for the suggestion! llvm-svn: 186980 | ||||
* | Add returns_twice to functions that are known to return twice. This implements | Rafael Espindola | 2011-10-12 | 1 | -0/+12 |
the same behavior of gcc by keeping the attribute out of the function type. llvm-svn: 141803 |