Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo from r237482. "to reference of type" --> "to reference to type" | Richard Trieu | 2015-05-16 | 1 | -1/+1 |
| | | | | llvm-svn: 237507 | ||||
* | When emitting a dropped qualifier error, show which qualifiers are dropped. | Richard Trieu | 2015-05-16 | 1 | -1/+1 |
| | | | | llvm-svn: 237505 | ||||
* | Reverse the order of types in the reference dropping qualifiers error. | Richard Trieu | 2015-05-15 | 1 | -1/+1 |
| | | | | | | | | The error has the form ... 'int' ... 'const int' ... dropped qualifiers. At first glance, it appears that the const qualifier is added. Reverse the types so that the second type is less qualified than the first. llvm-svn: 237482 | ||||
* | Fix __builtin_va_arg assertion failure in ARM AAPCS. | Logan Chien | 2012-10-20 | 1 | -0/+6 |
llvm-svn: 166369 |