]> granicus.if.org Git - clang/commit
Rename -Wself-assign-memvar to -Wself-assign-field to improve local consistency a...
authorNico Weber <nicolasweber@gmx.de>
Tue, 3 Jul 2012 02:03:06 +0000 (02:03 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 3 Jul 2012 02:03:06 +0000 (02:03 +0000)
commit7c81b43bef441960e921e0eb72d249369b7dd96c
tree55a3faf053a40b508f33482e43b3c7cfcafe2f72
parent2e2c7a40b7164e8499b2551c363550d6da68dc97
Rename -Wself-assign-memvar to -Wself-assign-field to improve local consistency a bit.

(cf -Wunused-private-field and several other existing -field diagnostics.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159633 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExpr.cpp
test/Sema/warn-self-assign-field.mm [moved from test/Sema/warn-self-assign-memvar.mm with 86% similarity]