]> granicus.if.org Git - clang/commit
This patch adds to new things to clang:
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 22 Sep 2007 00:01:35 +0000 (00:01 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 22 Sep 2007 00:01:35 +0000 (00:01 +0000)
commitb27c156688ca557cb277ecdfea6dccc1dac5b49f
tree11b9ba18d689007bab5d346465acac4d4bbdb34b
parent764a7ce5217f9569e100a3445f47496ee82daf86
This patch adds to new things to clang:
1. Handles saving and checking on protocols used in an @interface declaration
2. Checks and saves class's super class.
3. Adds semantic check to category declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42218 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaDecl.cpp
include/clang/AST/Decl.h
include/clang/Basic/DiagnosticKinds.def
test/Sema/category-1.m [new file with mode: 0644]
test/Sema/class-proto-1.m [new file with mode: 0644]