summaryrefslogtreecommitdiffstats
path: root/clang/clang.xcodeproj
Commit message (Expand)AuthorAgeFilesLines
* Added Driver/TranslationUnit.h and Driver/TranslationUnit.cpp to theTed Kremenek2007-12-051-0/+6
* Added Basic/LangOptions.cpp to XCode project.Ted Kremenek2007-12-051-2/+6
* fix a couple switch codegen problems Oliver reported.Chris Lattner2007-12-011-0/+1
* pass diagnostics into the rewrite test client.Chris Lattner2007-11-301-1/+0
* Several fixes/simplifications surrounding how we stream top-level decl AST's.Steve Naroff2007-11-281-0/+1
* Fix a bug checking for 'int foo(void)' that didn't look through typedefs of v...Chris Lattner2007-11-281-1/+0
* Moved logic for -Wfloat-equal to SemaChecking.cpp.Ted Kremenek2007-11-251-0/+2
* Fix a basic bug (having to do with typedefs) in Sema::UsualArithmeticConversi...Steve Naroff2007-11-101-0/+1
* change source location to have two bits for macros, trackingChris Lattner2007-11-091-1/+0
* Rewrite global variable initializers. Steve Naroff2007-11-091-1/+2
* add a getAtOffset() member to simplify some code.Chris Lattner2007-11-081-2/+1
* Add a new RewriteRope data structure which is a smarter way to represent the ...Chris Lattner2007-11-081-0/+2
* Added TypeSerialization.cpp and DeclSerialization.cpp to the XCode project.Ted Kremenek2007-11-051-1/+9
* add support for vector type compatibility checking. Patch by Nate Begeman.Chris Lattner2007-11-011-0/+1
* Tweak RewriteInterfaceDecl() to generate a typedef (if one hasn't already bee...Steve Naroff2007-11-011-1/+0
* More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.)Fariborz Jahanian2007-10-311-0/+1
* Implement a more sensible strategy for ObjC built-in types (addressing a long...Steve Naroff2007-10-311-1/+0
* After Anders check-in, we can now encode 'Class' type.Fariborz Jahanian2007-10-311-0/+1
* Add some plumbing to help cope with rewriting "id<p>", "Class<p>*".Steve Naroff2007-10-311-1/+0
* Added new type and bitfield fields in some decl types in preparation for obje...Fariborz Jahanian2007-10-311-0/+1
* Stop pre-defining objc_msgSend/objc_getClass in the preprocessor. Instead, I ...Steve Naroff2007-10-301-1/+0
* Added type encoding for 'id' type.Fariborz Jahanian2007-10-301-0/+1
* Remove a couple FIXME's for rewriting ObjC interfaces (which are now being re...Steve Naroff2007-10-301-1/+0
* Encoding for objectiive-c methods.Fariborz Jahanian2007-10-291-0/+1
* This commit contains lot's of small tweaks to how we pass around and store So...Steve Naroff2007-10-291-1/+0
* Address Chris's comments.Anders Carlsson2007-10-291-0/+1
* Implement *skeletal* support for representing GNU inline asm stmts in the AST,Chris Lattner2007-10-291-1/+0
* Path to synthesize 'instance' size field of _objc_class metadata.Fariborz Jahanian2007-10-261-0/+1
* Start rewriting ObjC interfaces. As a start, we comment out all the methods. ...Steve Naroff2007-10-261-1/+0
* Added DeclSerialization.cpp to XCode project.Ted Kremenek2007-10-251-0/+4
* Refactored several meta data for reusability.Fariborz Jahanian2007-10-251-0/+1
* Convert one type of metadata to use std::string instead ofChris Lattner2007-10-251-1/+0
* Added SourceLocation.cpp to XCode project.Ted Kremenek2007-10-251-0/+5
* Add a new ChooseExpr::isConditionTrue method to unifyChris Lattner2007-10-251-1/+0
* Refactord instance and class metadata emission. Refactored protocols metadata...Fariborz Jahanian2007-10-241-0/+1
* Add some plumbing to rewrite message expressions (still under construction).Steve Naroff2007-10-231-2/+1
* - Add rewrite rule for @class.Steve Naroff2007-10-231-1/+1
* This patch generates protocol metadata and all its sub-metadata.Fariborz Jahanian2007-10-221-0/+1
* Fix the previous (short lived:-) FIXME.Steve Naroff2007-10-181-1/+0
* Added StmtIterator.cpp and StmtIterator.h to the XCode project.Ted Kremenek2007-10-181-0/+7
* Fix the following bug...Steve Naroff2007-10-181-1/+0
* Added Driver/SerializationTest.cpp to the XCode project.Ted Kremenek2007-10-161-0/+4
* Fix location processing of @selector: the range should include the @ sign.Fariborz Jahanian2007-10-161-0/+1
* Add a new Rewriter::getRangeSize method.Chris Lattner2007-10-161-1/+0
* Patch to diagnose duplicate method implementations.Fariborz Jahanian2007-10-161-1/+1
* Push the rewriter forward a bit more. Now it rewritesChris Lattner2007-10-161-1/+1
* Patch to implement AST generation for objective-c's @selector expression.Fariborz Jahanian2007-10-161-0/+1
* Bad cast...need to use dyn_cast_or_null. Also changed Sema::InitBuiltinVaList...Steve Naroff2007-10-161-1/+0
* Patch to parse @selector expressions.Fariborz Jahanian2007-10-151-0/+1
* Move type compatibility predicates from Type to ASTContext. In addition, the ...Steve Naroff2007-10-151-1/+0
OpenPOWER on IntegriCloud