- 3a3ca1b Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 18 years ago
- 8ee529b by Steve Naroff · 18 years ago
- 8baaca5 Encode Class, SEL and Objective-C objects. by Anders Carlsson · 18 years ago
- 423cb56 by Steve Naroff · 18 years ago
- f908a87 by Steve Naroff · 18 years ago
- 60fccee by Steve Naroff · 18 years ago
- fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 18 years ago
- bef1185 by Steve Naroff · 18 years ago
- 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 18 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 · 18 years ago
- 2a35fa9 Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 18 years ago
- 81bfde9 by Steve Naroff · 18 years ago
- 674af95 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 18 years ago
- b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 18 years ago
- 7c50aca Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 18 years ago
- 7e219e4 by Steve Naroff · 18 years ago
- 58ff9e8 by Steve Naroff · 18 years ago
- 4cabdfc Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup by Fariborz Jahanian · 18 years ago
- 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 18 years ago
- 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 18 years ago
- e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 18 years ago
- 3b95017 by Steve Naroff · 18 years ago
- e440eb8 by Steve Naroff · 18 years ago
- b216c88 by Steve Naroff · 18 years ago
- 4de884d Update DeclKind enums to reflect ObjcProtocolDecl's inheritance change. by Chris Lattner · 18 years ago
- 05672a0 Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 18 years ago
- b652cea rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 18 years ago
- eefc418 by Steve Naroff · 18 years ago
- f387668 move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 18 years ago
- 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 18 years ago
- 8599426 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 18 years ago
- 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 18 years ago
- 3a165b0 by Steve Naroff · 18 years ago
- 37e58d1 by Steve Naroff · 18 years ago
- a5997c4 by Steve Naroff · 18 years ago
- ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 18 years ago
- 6a8a9a4 by Steve Naroff · 18 years ago
- 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 18 years ago
- 8c74fa4 Code clean up. Moved couple of static functions to be private members of Sema class. by Fariborz Jahanian · 18 years ago
- 1b6351f Patch to remove use of has table for protocol name lookup. This patch mirrors my by Fariborz Jahanian · 18 years ago
- 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 18 years ago
- bcfb06a by Steve Naroff · 18 years ago
- 00ae8d5 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 18 years ago
- d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 18 years ago
- 68d331a by Steve Naroff · 18 years ago
- d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 18 years ago
- ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 18 years ago
- 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 18 years ago
- 563477d by Steve Naroff · 18 years ago
- fd225cc Patch for object creation and handling of category declarations. by Fariborz Jahanian · 18 years ago
- 0093359 Uses more description name for method implementation kind argument. by Fariborz Jahanian · 18 years ago
- 146fbb0 Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 18 years ago
- 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 18 years ago
- 708391a by Steve Naroff · 18 years ago
- 37387c9 by Steve Naroff · 18 years ago
- 8c9f13e Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 18 years ago
- 1b273c4 Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 18 years ago
- f69936d Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 18 years ago
- 08d92e4 by Steve Naroff · 18 years ago
- f13271f by Steve Naroff · 18 years ago
- b04a021 Patch to store ivars into interface class object. by Fariborz Jahanian · 18 years ago
- 9474504 by Steve Naroff · 18 years ago
- 8e74c93 by Steve Naroff · 18 years ago
- 7d6402f Patch for collecting ivars before running action on them. by Fariborz Jahanian · 18 years ago
- c752d04 by Steve Naroff · 18 years ago
- e55cd00 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 18 years ago
- bb20469 by Steve Naroff · 18 years ago
- 4473921 by Steve Naroff · 18 years ago
- e3a2ca7 Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 18 years ago
- 3536b44 by Steve Naroff · 18 years ago
- 9e8925e by Steve Naroff · 18 years ago
- 701e5eb Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 18 years ago
- 371227d by Steve Naroff · 18 years ago
- d35005e by Steve Naroff · 18 years ago
- 38374b0 by Steve Naroff · 18 years ago
- 6f9f307 More semantic analysis of initializers. by Steve Naroff · 18 years ago
- f009063 by Steve Naroff · 18 years ago
- 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 18 years ago
- d7444aa by Steve Naroff · 18 years ago
- 394a3fd add actions for deleting expr/stmt nodes. by Chris Lattner · 18 years ago
- 73d0d4f implement initial sema support for __builtin_offsetof by Chris Lattner · 18 years ago
- b291ab6 by Steve Naroff · 18 years ago
- a5937dd merge checkrelational and checkequality into CheckCompareOperands, by Chris Lattner · 18 years ago
- f1120de by Steve Naroff · 18 years ago
- 5d79425 remove a dead argument by Chris Lattner · 18 years ago
- dbb3697 Implement sema support for __real/__imag nodes. by Chris Lattner · 18 years ago
- 9f5fa9b by Steve Naroff · 18 years ago
- f4021e7 start checking case values of switch stmts more closely. Emit overflow by Chris Lattner · 18 years ago
- f9bcf01 Parse @encode expressions. by Anders Carlsson · 18 years ago
- 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 18 years ago
- 06de276 Added extra semantic checking to do basic detection of by Ted Kremenek · 18 years ago
- 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 18 years ago
- 71895b9 Added support for additional format string checking for the printf by Ted Kremenek · 18 years ago
- 8207710 Added "id_idx" parameter to CheckPrintfArguments. This will be used by Ted Kremenek · 18 years ago
- e0eb80a Moved id_asprintf before id_vsnprintf in the enum used for indexing by Ted Kremenek · 18 years ago
- 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 18 years ago
- d04fdd5 by Steve Naroff · 18 years ago
- 363bcff by Steve Naroff · 18 years ago
- d34e915 by Steve Naroff · 18 years ago
- bea0b34 by Steve Naroff · 18 years ago