]> granicus.if.org Git - clang/shortlog
clang
2007-10-25 Ted KremenekImplemented serialization of SourceLocation and SourceR...
2007-10-25 Ted KremenekAdded constness to accessors in CompoundStmt.
2007-10-25 Chris LattnerAdd a new ChooseExpr::isConditionTrue method to unify
2007-10-25 Fariborz JahanianRefactored RewriteObjcMethodsMetaData to better rewrite
2007-10-25 Ted KremenekAdded accessors to CompoundStmt to retrieve the source...
2007-10-24 Devang PatelRemove unused #includes
2007-10-24 Steve NaroffMore work on translating message expressions.
2007-10-24 Devang PatelHandle
2007-10-24 Fariborz JahanianRemove explicit use of size of known structs in metadat...
2007-10-24 Fariborz JahanianCouple of minor changes. 1) Metaclass metadata also...
2007-10-24 Devang PatelMove RecordOrganizer into CodeGenTypes.cpp
2007-10-24 Fariborz JahanianRefactord instance and class metadata emission. Refacto...
2007-10-24 Ted KremenekModified current clients of Bitcode-Object serializatio...
2007-10-24 Devang PatelHandle non-constant initializers.
2007-10-24 Devang PatelVisit CompoundLiteralExpr and InitListExpr
2007-10-24 Chris LattnerFix some long lines, move code around into logical...
2007-10-24 Chris LattnerUse Ted's new mutable child iterators to update the...
2007-10-24 Ted KremenekModified operator* for StmtIterator to return Stmt...
2007-10-24 Steve NaroffIncorporate some feedback from Chris...
2007-10-24 Devang PatelConstify methods and reuse RecordOrganizer object.
2007-10-24 Devang Patelcheck base type.
2007-10-24 Devang PatelAdd notes.
2007-10-24 Devang PatelUse isUnionType() predicate.
2007-10-24 Devang Pateluntabify
2007-10-24 Hartmut KaiserFixed a strange construct, please review.
2007-10-24 Hartmut KaiserSilenced a VC++ warning.
2007-10-23 Steve NaroffAdd some plumbing to rewrite message expressions (still...
2007-10-23 Devang PatelFix typo.
2007-10-23 Devang PatelHandle nested structs.
2007-10-23 Ted KremenekImplemented serialization for IdentifierInfo and Identi...
2007-10-23 Devang PatelHandle simple struct member expr.
2007-10-23 Steve Naroff- Add rewrite rule for @class.
2007-10-23 Fariborz JahanianPatch to complete metadata generation for each implemen...
2007-10-23 Devang PatelBegin struct layout work.
2007-10-23 Fariborz JahanianPatch for initialization of class's Meta-class metadata.
2007-10-22 Fariborz JahanianThis patch generates protocol metadata and all its...
2007-10-19 Chris LattnerFix a crash on test/Sema/invalid-decl.c
2007-10-19 Hartmut KaiserSilenced a VC++ warning.
2007-10-19 Gabor Greifadd NL at end of file
2007-10-19 Fariborz Jahanianrewrite of metadata for implemented instance methods.
2007-10-19 Steve NaroffInclude a simple test case for the previous commit...
2007-10-18 Steve NaroffFix the previous (short lived:-) FIXME.
2007-10-18 Ted KremenekFixed DeclStmt::child_begin() to actually create an...
2007-10-18 Fariborz JahanianCheck for Nullness of value built in GetObjcProtoType.
2007-10-18 Ted KremenekMinor grammar fix.
2007-10-18 Steve NaroffAdd a FIXME to an assert.
2007-10-18 Fariborz JahanianPatch to rewrite ivar tables metadata for classes defined.
2007-10-18 Chris Lattnerremove dead #include
2007-10-18 Fariborz JahanianFirst patch toward rewriting of objective-c's meta...
2007-10-18 Steve NaroffTweak a recent fix to UsualArithmeticConversions (made...
2007-10-18 Ted KremenekAdded StmtIterator.cpp and StmtIterator.h to the XCode...
2007-10-18 Ted KremenekRefactored StmtIterator into classes StmtIteratorBase...
2007-10-18 Ted KremenekReplaced virtual method call to child_begin() in child_...
2007-10-18 Ted KremenekFixed broken build.
2007-10-18 Hartmut KaiserSilenced a couple of VC++ warnings.
2007-10-18 Hartmut KaiserUpdated VC++ build system
2007-10-18 Steve NaroffFix a bug in Sema::CheckConditionalOperands(). When...
2007-10-18 Chris LattnerUsualArithmeticConversions is crashing with an assert
2007-10-18 Steve NaroffFix the following bug...
2007-10-18 Chris Lattnerremove extraneous space in @selector()
2007-10-18 Chris Lattnerremove typedef.
2007-10-18 Ted KremenekImplemented 90% functionality of new child_iterator...
2007-10-18 Chris LattnerMake control flow in Expr::isConstantExpr more simple and
2007-10-17 Chris LattnerAdd new API to rewrite one stmt/expr with another.
2007-10-17 Chris LattnerAdd rewriter support for @encode expressions. For example,
2007-10-17 Chris LattnerThe size returned by Rewriter::getRangeSize should...
2007-10-17 Chris LattnerFix assertion for raw lexer.
2007-10-17 Chris LattnerMove token length calculation out of the diagnostics...
2007-10-17 Chris Lattnerwean the diagnostics machinery off the preprocessor.
2007-10-17 Chris LattnerAdd a new type of lexer: a raw lexer, which does not...
2007-10-17 Steve Naroffrename test file for builtin "id"...
2007-10-17 Ted KremenekFixed includes of "clang/AST/DeclObjC.h" to work on...
2007-10-17 Chris Lattneradd some comments.
2007-10-17 Steve NaroffPredefine all the ObjC goodies from <objc/objc.h>....
2007-10-17 Fariborz JahanianImplementation of AST for @protocol expression.
2007-10-17 Hartmut KaiserUpdated VC++ build system.
2007-10-17 Chris Lattnerfix problems with test/sema/Cocoa.m etc on non-apple...
2007-10-17 Anders CarlssonGenerate code for static variables that don't have...
2007-10-17 Anders CarlssonFix the build.
2007-10-16 Ted KremenekAdded Driver/SerializationTest.cpp to the XCode project.
2007-10-16 Ted KremenekStarted work on clang object serialization. Experimental
2007-10-16 Fariborz JahanianFix location processing of @selector: the range should...
2007-10-16 Steve NaroffAdd Sema::CheckMessageArgumentTypes()...
2007-10-16 Chris LattnerFix location processing of @encode: 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 Steve NaroffRemove ObjcMethodDecl::getNumMethodParams/getMethodPara...
2007-10-16 Chris Lattnerpublish location info
2007-10-16 Fariborz JahanianSteve, pointer out that getName() is available for...
2007-10-16 Chris LattnerPush the rewriter forward a bit more. Now it rewrites
2007-10-16 Chris Lattnerthese aren't const.
2007-10-16 Fariborz JahanianFix problem dumping/printing method names with null...
2007-10-16 Fariborz JahanianPatch to implement AST generation for objective-c's...
2007-10-16 Steve NaroffEmit diagnostics for methods not found.
2007-10-16 Anton KorobeynikovUnbreak mingw32. Maybe there should be something like...
2007-10-16 Chris Lattnerinitialization of references should not do default...
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 NaroffChange the type of ObjCStringLiteral from "struct __bui...
2007-10-15 Steve NaroffFix a parser bug with message expressions - need to...
next