- Nov 07, 2007
-
-
Ted Kremenek authored
llvm-svn: 43790
-
Fariborz Jahanian authored
--chris llvm-svn: 43789
-
- Nov 06, 2007
-
-
Ted Kremenek authored
serialize Type objects in the order they are serialized in the Types vector. We also now rely on the methods within ASTContext to unique Type objects and handle the actual creation of Type objects (these are now called by the deserialization code). This approach solves some hairy issues with ownership of objects and allows us to naturally handle recursive types. llvm-svn: 43787
-
Ted Kremenek authored
must be deserialized without requiring backpatching. llvm-svn: 43786
-
Ted Kremenek authored
file had the correct preamble. llvm-svn: 43785
-
Fariborz Jahanian authored
llvm-svn: 43778
-
Ted Kremenek authored
for ASTContext is still rapidly evolving. llvm-svn: 43774
-
Ted Kremenek authored
Revampled Serialization Tester to serialize and deserialize out an entire ASTContext and top-level decls. llvm-svn: 43773
-
Steve Naroff authored
Fix a "basic" bug that resulted in a bogus SourceLocation. Off hand, I don't know why this change makes a difference (I thought the two constructor idioms were equivalent). llvm-svn: 43770
-
Chris Lattner authored
functions. Patch contributed by Nuno Lopes, thanks! llvm-svn: 43757
-
Chris Lattner authored
contributed by Oliver Hunt, thanks! llvm-svn: 43750
-
- Nov 05, 2007
-
-
Ted Kremenek authored
IdentifierInfos are deserialized. llvm-svn: 43741
-
Ted Kremenek authored
Fixed infinite recursion in VarDecl::InternalRead. llvm-svn: 43739
-
Ted Kremenek authored
llvm-svn: 43738
-
Ted Kremenek authored
llvm-svn: 43737
-
Ted Kremenek authored
of type sets when emitting complex types and pointer types that are also considered builtins. These types are automatically created in the ctor of ASTContext, and thus should not be serialized (was producing an error during deserialization). llvm-svn: 43733
-
Fariborz Jahanian authored
2) Fixed a regression in meta-data generation caused by removal of '_interface' prefix from synthesize class name. 3) Added stubs for @try/@catch/@finally statements. llvm-svn: 43716
-
Ted Kremenek authored
llvm-svn: 43713
-
Ted Kremenek authored
llvm-svn: 43710
-
Steve Naroff authored
Sema::ActOnClassMessage()...if a class method isn't found, lookup an instance method. Since all classes are also instances, this is appropriate. llvm-svn: 43708
-
Steve Naroff authored
Declare objc_selector outside the prototype for objc_msgSend(), removing a silly warning. llvm-svn: 43706
-
Steve Naroff authored
Rewrite @selector(sel). llvm-svn: 43705
-
Steve Naroff authored
- change the synthesized typedef (for classes) to be of type "objc_object". - fix a couple bugs in RewriteObjCStringLiteral. - convert "Class" -> "id" in RewriteMessageExpr. llvm-svn: 43704
-
Steve Naroff authored
Remove HandleObjcMetaDataEmission(), I inadvertantly resurrected it. llvm-svn: 43690
-
- Nov 04, 2007
-
-
Steve Naroff authored
Two additions... - Synthesize the funky cast for objc_msgSend(). For the basic case, it looks like... ((id (*)(id, SEL))(void *)objc_msgSend)(obj, sel); The "void *" cast is needed to workaround a GCC "bandaid" (Chris says it has something to do with the inliner). Without the extra "void *" cast, we get spurious warnings/notes that look like... xx.m:17: warning: function called through a non-compatible type xx.m:17: note: if this code is reached, the program will abort - Add prototypes for the ObjC functions we call, objc_msgSend/objc_getClass for now (don't depend on them being included). llvm-svn: 43685
-
- Nov 03, 2007
-
-
Steve Naroff authored
Add a method prototype slot/getter to the ObjCMessageExpr AST. llvm-svn: 43666
-
Steve Naroff authored
Implement rewrite rules for ObjC string constants. llvm-svn: 43665
-
Chris Lattner authored
ASTConsumer to process the AST before it is destroyed. This allows elimination of HandleObjcMetaDataEmission. llvm-svn: 43659
-
Fariborz Jahanian authored
My previous patch did the same for @catch AST. llvm-svn: 43654
-
Fariborz Jahanian authored
llvm-svn: 43653
-
- Nov 02, 2007
-
-
Fariborz Jahanian authored
llvm-svn: 43649
-
Ted Kremenek authored
key functions to implement. llvm-svn: 43648
-
Chris Lattner authored
llvm-svn: 43643
-
Anders Carlsson authored
llvm-svn: 43641
-
Fariborz Jahanian authored
llvm-svn: 43640
-
Hartmut Kaiser authored
llvm-svn: 43632
-
Fariborz Jahanian authored
llvm-svn: 43629
-
Fariborz Jahanian authored
llvm-svn: 43628
-
- Nov 01, 2007
-
-
Ted Kremenek authored
updated it to the recently updated Serialization API. Changed clients of SourceLocation serialization to call the appropriate new methods. Updated Decl serialization code to put new skeleton serialization code in place that is much better than the older trait-specialization approach. llvm-svn: 43625
-
Fariborz Jahanian authored
llvm-svn: 43623
-