- 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
- 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
- e3995fe improve decl merging logic to be more correct with by Chris Lattner · 17 years ago
- fcc2d26 Add better validation for array types when merging decls. Patch by Chris Lattner · 17 years ago
- 945c0a8 by Steve Naroff · 17 years ago
- db611d5 by Steve Naroff · 17 years ago
- beaf299 by Steve Naroff · 17 years ago
- 31e6c7d Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
- bd49a64 AST for @try statement. by Fariborz Jahanian · 17 years ago
- 161a9c5 AST for @finally statement. by Fariborz Jahanian · 17 years ago
- 3b1191d AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
- ecb01e6 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
- 54e6235 Propagate bitfield info. by Devang Patel · 17 years ago
- f1de0ca 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
- 3a3ca1b Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
- 8ee529b by Steve Naroff · 17 years ago
- dea84f8 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
- 8baaca5 Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
- 8be9d0a Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
- 09b266e by Steve Naroff · 17 years ago
- 59092d0 Tightened IgnoreParen. by Ted Kremenek · 17 years ago
- fb1051b minor tweaks by Chris Lattner · 17 years ago
- bb60846 Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
- c2939bc Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
- 423cb56 by Steve Naroff · 17 years ago
- 2feac5e by Steve Naroff · 17 years ago
- f908a87 by Steve Naroff · 17 years ago
- 60fccee by Steve Naroff · 17 years ago
- 72cb1ae Added some comments. by Ted Kremenek · 17 years ago
- 3ca0bf2 For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
- e780f0d For floating point equality check, we now ignore parentheses. e.g.: by Ted Kremenek · 17 years ago
- 6a26155 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
- 84d35ce when checking for type equality, ignore typedefs. by Chris Lattner · 17 years ago
- 3da2db4 casting to void is ok for structs (C99 6.5.4p2), this fixes by Chris Lattner · 17 years ago
- fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
- bef1185 by Steve Naroff · 17 years ago
- 7780d2d This patch allows synthesis generation of ivar offset for legacy objective-c @implementation by Fariborz Jahanian · 17 years ago
- 26e4cd3 Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 17 years ago
- 9a11b9a Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago
- 806a4eb by Steve Naroff · 17 years ago
- 3e27aa1 Check for Nullness of value built in GetObjcProtoType. by Fariborz Jahanian · 17 years ago
- 733002f by Steve Naroff · 17 years ago
- f4d331d Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 17 years ago
- 3187e20 by Steve Naroff · 17 years ago
- d4dd30f by Steve Naroff · 17 years ago
- 27b837c UsualArithmeticConversions is crashing with an assert by Chris Lattner · 17 years ago
- fd8b4a4 by Steve Naroff · 17 years ago
- 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
- 1a86b33 Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. by Anders Carlsson · 17 years ago
- 2a35fa9 Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 17 years ago
- 81bfde9 by Steve Naroff · 17 years ago
- 674af95 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 17 years ago
- 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
- 3e7fd15 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
- 3bea81b by Steve Naroff · 17 years ago
- b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
- 983df5b by Steve Naroff · 17 years ago
- 943140e initialization of references should not do default fn/array promotions. by Chris Lattner · 17 years ago
- a1fe117 by Steve Naroff · 17 years ago
- 2198891 by Steve Naroff · 17 years ago
- ec0550f by Steve Naroff · 17 years ago
- 7c50aca Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
- be127ba Several name lookup conflict detection fixes involving objective-c names. by Fariborz Jahanian · 17 years ago
- 7e219e4 by Steve Naroff · 17 years ago
- ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
- ff1afdb by Steve Naroff · 17 years ago
- 3d58138 by Steve Naroff · 17 years ago
- 58ff9e8 by Steve Naroff · 17 years ago
- 793680e Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
- 1109b42 Patch to check for duplicate method decls in protocols. by Fariborz Jahanian · 17 years ago
- e7f64cc Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago
- 580b664 Added notion of '*' specified format width/specifiers when checking by Ted Kremenek · 17 years ago
- 3fe44e4 Fixed typo in comment. by Fariborz Jahanian · 17 years ago
- 4cabdfc Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup by Fariborz Jahanian · 17 years ago
- 8f74476 by Steve Naroff · 17 years ago
- 6eda8c9 Add some more diagnostics for va_start, fix tests so they pass with these new diags. by Anders Carlsson · 17 years ago
- bece4ac Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
- bef679c Printf argument checking now supports dynamically-passed precision specifiers. by Ted Kremenek · 17 years ago
- 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
- b2cf357 Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. by Anders Carlsson · 17 years ago
- 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
- 22b73ba Fix 80 col violations. by Chris Lattner · 17 years ago
- e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
- 3b95017 by Steve Naroff · 17 years ago
- 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
- e440eb8 by Steve Naroff · 17 years ago
- 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
- b216c88 by Steve Naroff · 17 years ago
- 8fe5c2a Minor code clean up to make it more readable. by Fariborz Jahanian · 17 years ago
- 4de884d Update DeclKind enums to reflect ObjcProtocolDecl's inheritance change. by Chris Lattner · 17 years ago
- 05672a0 Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 17 years ago
- b652cea rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
- 22d71d6 Prevent memory leak by not creating a category object when there is a by Fariborz Jahanian · 17 years ago
- eefc418 by Steve Naroff · 17 years ago
- 0332b6c Return NULL on invalid protocol. by Fariborz Jahanian · 17 years ago
- c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
- 60c5218 The identifier shouldn't be added to the scope, the decl should. by Chris Lattner · 17 years ago
- f836e3f simplify some Selector interfaces. by Chris Lattner · 17 years ago
- f387668 move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 17 years ago
- 6a0e89e switch ObjcCategoryImplDecl over to being a NamedDecl, remove dead ctor argument. by Chris Lattner · 17 years ago