]> granicus.if.org Git - clang/commit
Ensure that cv-qualifiers are correctly removed for post-inc/decrements
authorSean Hunt <rideau3@gmail.com>
Wed, 28 Apr 2010 23:02:27 +0000 (23:02 +0000)
committerSean Hunt <rideau3@gmail.com>
Wed, 28 Apr 2010 23:02:27 +0000 (23:02 +0000)
commit1e3f5bab00661c612044675c1a9d3ec3237802da
treec3622b232022ef5b05a6f9c96d10d2d7a293e420
parent29d2fd56b5eeeb52f7fdbdd232229e570c30d62b
Ensure that cv-qualifiers are correctly removed for post-inc/decrements
as well as pre- and post-inc/decrements in C (not that I think it
matters for any C code).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102552 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp
test/SemaCXX/inc-decrement-qualifiers.cpp [new file with mode: 0644]