]> granicus.if.org Git - clang/commit
Place duplicate argument declaration in in
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 12 Mar 2011 18:54:30 +0000 (18:54 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 12 Mar 2011 18:54:30 +0000 (18:54 +0000)
commit90ba78c64d0c24cfbc1bf88728db9775d44d7f9f
tree412a422295ab8937ff2245cabb8ed6c7e277ca6b
parentf9c32eb0f80f991cbb3fc3e403759f39929f7994
Place duplicate argument declaration in in
method prototypes under the -Wduplicate-method-arg and
turn it off by default.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127552 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticCommonKinds.td
include/clang/Basic/DiagnosticGroups.td
include/clang/Parse/Parser.h
include/clang/Sema/Sema.h
lib/Parse/ParseObjc.cpp
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/method-prototype-scope.m