Commit Graph

4 Commits

Author SHA1 Message Date
Richard Trieu 0e3cc7e502 Fix typo from r237482. "to reference of type" --> "to reference to type"
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237507 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-16 01:39:39 +00:00
Richard Trieu db8c6dd29c When emitting a dropped qualifier error, show which qualifiers are dropped.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237505 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-16 01:27:03 +00:00
Richard Trieu 9d6c94a79f Reverse the order of types in the reference dropping qualifiers error.
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.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237482 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-15 22:07:49 +00:00
Logan Chien b687f3ba4c Fix __builtin_va_arg assertion failure in ARM AAPCS.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166369 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-20 06:11:33 +00:00