]> granicus.if.org Git - clang/commit
Make the parameter count of ObjCMethodDecl unsigned, you
authorChris Lattner <sabre@nondot.org>
Sun, 16 Mar 2008 01:07:14 +0000 (01:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 16 Mar 2008 01:07:14 +0000 (01:07 +0000)
commit58cce3b0dcbdcc95b7e713795834b4cb2c8a008a
tree75a48d13ba6ab15c4954b5bb475de899c7e66df8
parentb06fa3b86951b9f179c99c3768331536c32e902d
Make the parameter count of ObjCMethodDecl unsigned, you
can't have negative arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48407 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/ASTConsumers.cpp
Driver/RewriteTest.cpp
include/clang/AST/DeclObjC.h
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaType.cpp