]> granicus.if.org Git - clang/history - clang.xcodeproj
the macro start and macro end bits in source location are dead, remove them.
[clang] / clang.xcodeproj /
2008-01-31 Chris LattnerMake rewriter::inserttext return a bool to indicate...
2008-01-26 Anders CarlssonTweaks to EmitLValue in CGExprConstant. Patch by Eli...
2008-01-18 Steve NaroffAdd Basic/Targets.cpp to the Xcode project...
2008-01-08 Fariborz JahanianPatch to rewrite ObjC2's foreach-stmt.
2008-01-04 Chris Lattnermove objc expr sema to its own file.
2008-01-03 Chris LattnerFix a crash reported by Seo Sanghyeon.
2008-01-02 Chris LattnerCompute the proper sourcerange for an CompoundLiteralExpr.
2007-12-28 Chris Lattnermove file to proper place in project.
2007-12-28 Chris LattnerFrom Lucas Newman:
2007-12-27 Chris Lattneralphabetize in project.
2007-12-21 Ted KremenekUpdated Xcode project to be in sync with recent changes...
2007-12-19 Ted KremenekUpdated locations of TranslationUnit.[cpp,h] in XCode...
2007-12-19 Chris Lattnerreenable this code, fix the testcase.
2007-12-17 Fariborz JahanianPatch to implemented objective-c's dynamic object point...
2007-12-17 Chris LattnerTargets.cpp is gone.
2007-12-17 Chris LattnerSink getName into DirectoryLookup to simplify the clien...
2007-12-17 Chris Lattneradd headermap.cpp
2007-12-17 Chris LattnerStep #1 in adding headermap support to clang.
2007-12-12 Steve NaroffEncode enumeral types.
2007-12-12 Chris Lattnerunbreak the build. I'm still working on test failures.
2007-12-12 Chris Lattnersplit objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp
2007-12-12 Chris LattnerFix a codegen crash on test/CodeGen/cast.c, reported...
2007-12-12 Chris LattnerAdd ObjC parser support for concatenated ObjC strings...
2007-12-09 Anders CarlssonMove target specific builtin IDs to TargetBuiltins...
2007-12-05 Ted KremenekAdded Driver/TranslationUnit.h and Driver/TranslationUn...
2007-12-05 Ted KremenekAdded Basic/LangOptions.cpp to XCode project.
2007-12-01 Chris Lattnerfix a couple switch codegen problems Oliver reported.
2007-11-30 Chris Lattnerpass diagnostics into the rewrite test client.
2007-11-28 Steve NaroffSeveral fixes/simplifications surrounding how we stream...
2007-11-28 Chris LattnerFix a bug checking for 'int foo(void)' that didn't...
2007-11-25 Ted KremenekMoved logic for -Wfloat-equal to SemaChecking.cpp.
2007-11-10 Steve NaroffFix a basic bug (having to do with typedefs) in Sema...
2007-11-09 Chris Lattnerchange source location to have two bits for macros...
2007-11-09 Steve NaroffRewrite global variable initializers.
2007-11-08 Chris Lattneradd a getAtOffset() member to simplify some code.
2007-11-08 Chris LattnerAdd a new RewriteRope data structure which is a smarter...
2007-11-05 Ted KremenekAdded TypeSerialization.cpp and DeclSerialization.cpp...
2007-11-01 Chris Lattneradd support for vector type compatibility checking...
2007-11-01 Steve NaroffTweak RewriteInterfaceDecl() to generate a typedef...
2007-10-31 Fariborz JahanianMore infrastructure to recognize objective-c's type...
2007-10-31 Steve NaroffImplement a more sensible strategy for ObjC built-in...
2007-10-31 Fariborz JahanianAfter Anders check-in, we can now encode 'Class' type.
2007-10-31 Steve NaroffAdd some plumbing to help cope with rewriting "id<p...
2007-10-31 Fariborz JahanianAdded new type and bitfield fields in some decl types...
2007-10-30 Steve NaroffStop pre-defining objc_msgSend/objc_getClass in the...
2007-10-30 Fariborz JahanianAdded type encoding for 'id' type.
2007-10-30 Steve NaroffRemove a couple FIXME's for rewriting ObjC interfaces...
2007-10-29 Fariborz JahanianEncoding for objectiive-c methods.
2007-10-29 Steve NaroffThis commit contains lot's of small tweaks to how we...
2007-10-29 Anders CarlssonAddress Chris's comments.
2007-10-29 Chris LattnerImplement *skeletal* support for representing GNU inlin...
2007-10-26 Fariborz JahanianPath to synthesize 'instance' size field of _objc_class...
2007-10-26 Steve NaroffStart rewriting ObjC interfaces. As a start, we comment...
2007-10-25 Ted KremenekAdded DeclSerialization.cpp to XCode project.
2007-10-25 Fariborz JahanianRefactored several meta data for reusability.
2007-10-25 Chris LattnerConvert one type of metadata to use std::string instead of
2007-10-25 Ted KremenekAdded SourceLocation.cpp to XCode project.
2007-10-25 Chris LattnerAdd a new ChooseExpr::isConditionTrue method to unify
2007-10-24 Fariborz JahanianRefactord instance and class metadata emission. Refacto...
2007-10-23 Steve NaroffAdd some plumbing to rewrite message expressions (still...
2007-10-23 Steve Naroff- Add rewrite rule for @class.
2007-10-22 Fariborz JahanianThis patch generates protocol metadata and all its...
2007-10-18 Steve NaroffFix the previous (short lived:-) FIXME.
2007-10-18 Ted KremenekAdded StmtIterator.cpp and StmtIterator.h to the XCode...
2007-10-18 Steve NaroffFix the following bug...
2007-10-16 Ted KremenekAdded Driver/SerializationTest.cpp to the XCode project.
2007-10-16 Fariborz JahanianFix location processing of @selector: the range should...
2007-10-16 Chris LattnerAdd a new Rewriter::getRangeSize method.
2007-10-16 Fariborz JahanianPatch to diagnose duplicate method implementations.
2007-10-16 Chris LattnerPush the rewriter forward a bit more. Now it rewrites
2007-10-16 Fariborz JahanianPatch to implement AST generation for objective-c's...
2007-10-16 Steve NaroffBad cast...need to use dyn_cast_or_null. Also changed...
2007-10-15 Fariborz JahanianPatch to parse @selector expressions.
2007-10-15 Steve NaroffMove type compatibility predicates from Type to ASTCont...
2007-10-15 Anders CarlssonAdd support for Pascal strings.
2007-10-13 Chris LattnerWoo, tab deletion now works. Next lets see if we can
2007-10-12 Fariborz JahanianCheck and diagnose that objective-c objects may not...
2007-10-12 Steve NaroffReplace one FIXME with another. We handle protocols...
2007-10-12 Fariborz JahanianFixed a bug whereby, struct tag name matches a typedef...
2007-10-11 Chris Lattneradd RewriterTest.cpp to xcode project.
2007-10-11 Fariborz JahanianPatch to create protocol conforming class types.
2007-10-10 Steve NaroffRefinements to Sema::GetObjcIdType()...
2007-10-10 Anders CarlssonEmit a warning when the body of an if block is a NullStmt.
2007-10-10 Chris Lattnerresolve a fixme, by moving __builtin_va_list to a more...
2007-10-09 Steve NaroffMake sure methods with no return type default to "id".
2007-10-09 Fariborz JahanianRemove addition of protocol names to declaration scopes...
2007-10-09 Chris Lattnerswitch more code to use Token::is/isNot where possible.
2007-10-09 Chris Lattnerrename some "Parse" actions to "ActOn". Move code...
2007-10-08 Fariborz JahanianAdded a new class for Interfaces qualified by protocol...
2007-10-08 Steve NaroffRemoved unused instance variable from FieldDecl.
2007-10-08 Chris LattnerMove identifierTable.h to the right folder.
2007-10-08 Steve NaroffConvert Selector Maps/Sets to use stronger typing ...
2007-10-08 Fariborz JahanianRemoved unnecessary base class from some of objective...
2007-10-07 Chris Lattnermove IdentifierTable.h from liblex to libbasic.
2007-10-07 Chris LattnerRename ASTStreamers.* -> ASTConsumers.*
2007-10-06 Chris Lattnerspeed up clang startup time by about 23% by avoiding...
2007-10-05 Ted KremenekModifications to XCode project:
2007-10-05 Fariborz JahanianThis is the first patch toward supporting protocol...
2007-10-05 Steve NaroffLayering refinements for selectors (suggested by Chris...
2007-10-05 Fariborz JahanianPatch for 1) Checking for duplicate methods decls in...
next