]> granicus.if.org Git - clang/commit
Patch for 1) Checking for duplicate methods decls in intterface and category.
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 5 Oct 2007 18:00:57 +0000 (18:00 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 5 Oct 2007 18:00:57 +0000 (18:00 +0000)
commit85ff2646c1aeedd1105f867a5bba8a58febd1d2a
tree26b731a49fe5b9d57f6de75e65462539baeb3680
parent51b09f2c528c8460b5465c676173324e44176d62
Patch for 1) Checking for duplicate methods decls in intterface and category.
2) Use of the new DenseSet<t> abstractions instead of DenseMap<t,char>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42641 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/Sema.h
Sema/SemaDecl.cpp
clang.xcodeproj/project.pbxproj
include/clang/AST/DeclObjC.h
include/clang/Basic/DiagnosticKinds.def
test/Sema/check-dup-decl-methods-1.m [new file with mode: 0644]