Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Improved diagnostic for qualifiers in reference binding | Anastasia Stulova | 2019-06-21 | 1 | -1/+1 |
| | | | | | | | | | Improved wording and also simplified by using printing method from qualifiers. Differential Revision: https://reviews.llvm.org/D62914 llvm-svn: 364023 | ||||
* | 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 |