]> granicus.if.org Git - clang/commit
atch for implementation of objective-c's -Wselector
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 22 Jul 2010 18:24:20 +0000 (18:24 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 22 Jul 2010 18:24:20 +0000 (18:24 +0000)
commit3fe104154dd2e8ffb351142d74f308938b5c99bf
tree01de90ffd2831c44c2e733ead8d1d226017935d1
parent44db3251aec7c0e6edaf1c70d7d53a272686791a
atch for implementation of objective-c's -Wselector
warning flag in clang. Little more to do
for a PCH issue. Radar 6507158.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109129 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/clang/AST/DeclObjC.h
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Parse/Action.h
include/clang/Parse/Parser.h
lib/AST/ASTImporter.cpp
lib/AST/DeclObjC.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Frontend/PCHReaderDecl.cpp
lib/Frontend/PCHWriterDecl.cpp
lib/Parse/ParseObjc.cpp
lib/Sema/ParseAST.cpp
lib/Sema/Sema.h
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaObjCProperty.cpp