]> granicus.if.org Git - clang/shortlog
clang
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...
2007-10-15 Steve NaroffMove type compatibility predicates from Type to ASTCont...
2007-10-15 Anders CarlssonAdd code generation and sema checking for __builtin_va_arg.
2007-10-15 Fariborz JahanianSeveral name lookup conflict detection fixes involving...
2007-10-15 Steve NaroffAdded ASTContext::setObjcIdType/getObjcIdType(), set...
2007-10-15 Steve NaroffTeach the type checker about "id". This removes the...
2007-10-15 Anders CarlssonAdd support for Pascal strings.
2007-10-15 Anders CarlssonFix a warning
2007-10-14 Steve Naroff- Teach ObjcInterfaceDecl::lookupInstance/ClassMethod...
2007-10-14 Steve NaroffAdd category lookup (removing a couple FIXME's).
2007-10-14 Steve NaroffFix -ast-dump for ObjC.
2007-10-14 Steve Naroff- Added Sema::AddFactoryMethodToGlobalPool and Sema...
2007-10-13 Anders CarlssonFix an incorrect assertion.
2007-10-13 Chris Lattnerhaha, my devious plot is complete:
2007-10-13 Anders CarlssonAdd __builtin_va_list definitions for x86_64 and ppc64.
2007-10-13 Chris LattnerWith this I can now insert stuff before tabs, woo.
2007-10-13 Chris LattnerWoo, tab deletion now works. Next lets see if we can
2007-10-13 Chris Lattneranother step forward in rewriter stuff. This still has
2007-10-12 Anders CarlssonGenerate code for va_start and va_end.
2007-10-12 Fariborz JahanianPatch to check for duplicate method decls in protocols.
2007-10-12 Chris Lattnerremove dead method with bogus comment.
2007-10-12 Fariborz JahanianCheck and diagnose that objective-c objects may not...
2007-10-12 Ted KremenekAdded notion of '*' specified format width/specifiers...
2007-10-12 Chris Lattneradd a new SM::getDecomposedFileLoc method.
2007-10-12 Fariborz JahanianFixed typo in comment.
2007-10-12 Fariborz JahanianFixed a @compatible_alias bug. In the process, discover...
2007-10-12 Steve NaroffReplace one FIXME with another. We handle protocols...
2007-10-12 Anders CarlssonAdd some more diagnostics for va_start, fix tests so...
2007-10-12 Fariborz JahanianFixed a bug whereby, struct tag name matches a typedef...
2007-10-12 Steve NaroffTemporary fix to test case. This area is currently...
next