]> granicus.if.org Git - clang/commit
Make -Wignored-qualifiers point to the first ignored qualifier.
authorHans Wennborg <hans@hanshq.net>
Fri, 3 Jun 2011 17:37:26 +0000 (17:37 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 3 Jun 2011 17:37:26 +0000 (17:37 +0000)
commita08fcb8105bf53f3640ad17f61bdcde2d8ace78a
treeadcccf61ee9affa29d03644a9643e2ebdf89b08d
parentc490312704c87841c2f9646478ff4d93c3bc90f1
Make -Wignored-qualifiers point to the first ignored qualifier.

In code such as "char* volatile const j()", Clang warns that "volatile
const" will be ignored. Make it point to the first ignored qualifier,
and simplify the code a bit.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132563 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaType.cpp
test/SemaCXX/return.cpp