Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing a number of individual run lines and replacing them with single ↵ | Aaron Ballman | 2013-07-23 | 1 | -15/+12 |
| | | | | | | line test cases. This reduces the number of test runs, provides the same coverage, and allows us to test that the attribute names are included in the diagnostic. llvm-svn: 186982 | ||||
* | Test contents were somehow duplicated, resulting in any testcase that fails ↵ | Aaron Ballman | 2013-07-18 | 1 | -23/+0 |
| | | | | | | automatically failing twice. Removing the duplicates. llvm-svn: 186590 | ||||
* | Fix line endings | Matt Beaumont-Gay | 2011-04-19 | 1 | -40/+40 |
| | | | | llvm-svn: 129740 | ||||
* | Improve diagnostics on GNU attributes by warning about attributes that ↵ | Ted Kremenek | 2011-04-15 | 1 | -0/+40 |
should have no arguments or parameters. Patch by Michael Han! llvm-svn: 129560 |