[cfe-commits] r41985 - /cfe/trunk/include/clang/AST/Decl.h
Chris Lattner
clattner at apple.com
Sun Sep 30 01:13:45 PDT 2007
On Sep 15, 2007, at 11:27 AM, Fariborz Jahanian wrote:
> Author: fjahanian
> Date: Sat Sep 15 13:27:26 2007
> New Revision: 41985
> URL: http://llvm.org/viewvc/llvm-project?rev=41985&view=rev
> Log:
> Couple of new classes for objective-c's @protocol typings.
Oooh, nice!
> +
> +class ObjcProtocolDecl : public TypeDecl {
Can you please add a block comment over each of the ObjC-related
classes in Decl.h and elsewhere? It would be very nice to have a
simple example of where these are used, for the less objc-literate
among us :). I just improved the comment above RecordDecl to give an
example of the level of detail that would be useful.
Thanks, you are moving fast!
-Chris
More information about the cfe-commits
mailing list