llvm-project/clang/lib
Steve Naroff eb03dace87 Sema::ActOnStartProtocolInterface(): Make sure the protocol decl has a valid start location.
The following case resulted in an invalid start location:

// start location not being set for ObjCProtocolDecl AST (when a forward reference is in scope).
@protocol Buggy;

@protocol Buggy 
@optional
- whatever;
@end

llvm-svn: 54740
2008-08-13 16:39:22 +00:00
..
AST More #include cleaning 2008-08-11 06:23:49 +00:00
Analysis Rename ValueState.h -> GRState.h 2008-08-13 04:28:02 +00:00
Basic Move some ObjC preprocessor definitions into 2008-08-12 00:21:46 +00:00
CodeGen Implement Obj-C protocol metadata generation for NeXT. 2008-08-13 03:21:16 +00:00
Driver More #include cleaning 2008-08-11 06:23:49 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex Move some ObjC preprocessor definitions into 2008-08-12 00:21:46 +00:00
Parse More #include cleaning 2008-08-11 06:23:49 +00:00
Rewrite Add CSS for word wrapping of long message bubbles. 2008-07-11 23:13:22 +00:00
Sema Sema::ActOnStartProtocolInterface(): Make sure the protocol decl has a valid start location. 2008-08-13 16:39:22 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00