]> granicus.if.org Git - clang/shortlog
clang
2008-08-26 Daniel DunbarNeXT: Emit correct properties for category.
2008-08-26 Ted KremenekRemove default value for 'Pred' argument to GRCoreEngin...
2008-08-26 Daniel DunbarNeXT: Emit metadata for synthetsized properties.
2008-08-26 Nico Webermake www less outdated
2008-08-26 Nico Weberupdate documentation
2008-08-26 Cedric VenetUpdate VS project.
2008-08-26 Daniel DunbarObjective-C @synthesize support.
2008-08-26 Daniel DunbarAdd ObjCPropertyDecl::isReadOnly.
2008-08-26 Daniel Dunbarconstify ObjC*::getClassMethod,getInstanceMethod
2008-08-26 Daniel DunbarMissed a file; part of:
2008-08-26 Daniel DunbarMove implicit Obj-C param creation into ObjCMethodDecl.
2008-08-26 Daniel DunbarRename ObjCPropertyImplDecl::PropertyImplKind (consistency)
2008-08-26 Daniel DunbarFix return type for setter method.
2008-08-26 Daniel DunbarSynthesize property setter method as we do for getter.
2008-08-26 Daniel DunbarIn incompatible pointer-typed ?: expressions, add impli...
2008-08-25 Eli FriedmanDo typechecking and codegen for K&R-style function...
2008-08-25 Ted KremenekUpdate checker build.
2008-08-25 Eli FriedmanFix for PR2720; be a little bit more permissive in...
2008-08-25 Daniel DunbarSupport __PRETTY_FUNCTION__ and friends in Obj-C methods.
2008-08-25 Ted KremenekUse path information from .info files when computing...
2008-08-25 Ted KremenekUse the same 'cc' for generated preprocessed crash...
2008-08-25 Ted Kremenekccc-analyzer now correctly reports the exit code from...
2008-08-25 Daniel DunbarAdd test case for function-pointer-cast-of-global as...
2008-08-25 Ted KremenekUpdate Xcode project.
2008-08-25 Ted KremenekAdded 'extents' for Regions.
2008-08-25 Anders CarlssonObjective-C foreach selector elements must be lvalues.
2008-08-25 Daniel DunbarChange another is-a-pointer check to check in terms...
2008-08-25 Daniel DunbarDo is-a-pointer checks in terms of LLVM types in
2008-08-25 Daniel DunbarStop asserting in TargetInfo::validateInputConstraint
2008-08-25 Daniel DunbarFix Obj-C super sends inside class methods.
2008-08-25 Daniel DunbarName struct types generated for Obj-C classes.
2008-08-25 Daniel DunbarUse DenseMap on IdentifierInfo instead of StringMap.
2008-08-25 Daniel DunbarNeXT: Emit symbols used to manage linking of Obj-C...
2008-08-25 Anders CarlssonHandle emitting __builtin_huge_valf as a constant expr.
2008-08-25 Anders CarlssonMake code generation of ivar ref exprs more like member...
2008-08-25 Anders CarlssonHandle static variables inside obj-c methods.
2008-08-24 Anders CarlssonConvert qualified interface types correctly.
2008-08-24 Anders CarlssonFix silly bug in objc_gc attribute parsing and add...
2008-08-24 Argyrios KyrtzidisPass SourceRanges by reference to the various Diag...
2008-08-24 Argyrios KyrtzidisAdd a Parser::Diag overload that can receive a custom...
2008-08-24 Argyrios KyrtzidisRename Preprocessor::DisableBacktrack -> Preprocessor...
2008-08-24 Cedric VenetUpdate VS projects.
2008-08-24 Chris Lattnerother updates
2008-08-24 Chris Lattnerlink to c++ status page
2008-08-24 Chris Lattnercodegen is still not 'finished', but in a better state...
2008-08-24 Zhongxing XuMoved HTMLDiagnostics to lib/Driver.
2008-08-24 Daniel DunbarAdd svn:ignore for docs/{doxygen,doxygen.tar.gz}
2008-08-24 Chris LattnerComment tweak.
2008-08-23 Anders CarlssonAdd support for parsing the objc_gc attribute. Tests...
2008-08-23 Chris Lattneradjust to changes in various APIs from LLVM. We can...
2008-08-23 Anders CarlssonAdd carbon.cpp and cocoa.mm tests
2008-08-23 Anders CarlssonMake sure to create CXX record decls for the implicit...
2008-08-23 Daniel DunbarUpdate ccc driver
2008-08-23 Anders Carlssontreat bool literals as constatnt expressions.
2008-08-23 Anders CarlssonHandle Objective-C++ tests.
2008-08-23 Anders CarlssonReserved C++ words are valid selectors in Objective-C++
2008-08-23 Anders CarlssonHandle static initializers in Objective-C++ methods.
2008-08-23 Argyrios KyrtzidisAdd CodeGen support for CXXZeroInitValueExpr.
2008-08-23 Argyrios KyrtzidisAdd a null pointer test in the type-convert-construct...
2008-08-23 Anders CarlssonHandle AddrLabelExprs in Expr::isConstantExpr
2008-08-23 Daniel DunbarDrop a dead call to isConstantExpr()
2008-08-23 Daniel DunbarNeXT: Clean up constant CFString handling.
2008-08-23 Chris LattnerAdd header search paths for dragonfly, patch by Sascha...
2008-08-23 Chris LattnerAdd dragonfly target support, patch by Sascha Wildner
2008-08-23 Anders CarlssonTweak the indentation for a couple of files
2008-08-23 Argyrios KyrtzidisCXXFunctionalCastExpr is a subclass of CastExpr. Make...
2008-08-23 Argyrios KyrtzidisAdd a safety check.
2008-08-23 Argyrios KyrtzidisChange line endings: CRLF -> LF
2008-08-23 Daniel DunbarImplement Obj-C ivar references to aggregates.
2008-08-23 Daniel DunbarNeXT: Fix message sends which return structures.
2008-08-23 Daniel DunbarAdd TargetInfo::useNeXTRuntimeAsDefault
2008-08-23 Daniel DunbarNeXT: Implement super message sends.
2008-08-23 Daniel DunbarTrim CGObjCRuntime::GenerateMessageSend[Super]
2008-08-23 Chris Lattnermake sure that ParseAST invokes the action for end...
2008-08-23 Daniel DunbarMove [LR]Value into CGValue.h
2008-08-23 Chris Lattneradd action to know about end of translation unit.
2008-08-23 Chris Lattnerwe already have a handle on the 'in' keyword, don't...
2008-08-23 Chris Lattnerminor cleanup, remove finalize method.
2008-08-23 Chris LattnerFix a FIXME by not creating an invalid AST on erroneous...
2008-08-23 Ted KremenekSimplify interface to Store::AddDecl
2008-08-23 Ted KremenekAdded Regions.h: Regions define abstract memory locatio...
2008-08-23 Daniel DunbarNeXT: Emit property metadata (classes, protocols, categ...
2008-08-22 Anders CarlssonUse isa instead of dyn_cast.
2008-08-22 Argyrios KyrtzidisAllow nested backtracks.
2008-08-22 Daniel DunbarNeXT: Emit category metadata.
2008-08-22 Daniel DunbarAdd some QA related example clang projects.
2008-08-22 Ted KremenekUpdate Xcode project.
2008-08-22 Anders CarlssonAdd preliminary (and probably broken) codegen support...
2008-08-22 Argyrios KyrtzidisMove the rest of the Sema C++ tests into the SemaCXX...
2008-08-22 Argyrios KyrtzidisAdd support for C++'s "type-specifier ( expression...
2008-08-22 Nico Webermake test fails if llvm is checked out to llvm-svn...
2008-08-22 Nico WeberMove most of HeaderSearch initialization to libDriver.
2008-08-22 Chris Lattnerimprove pretty printing of objc method declaration,
2008-08-22 Ted KremenekUpdated checker build.
2008-08-22 Anders CarlssonInitial sema support for C++ static initializers.
2008-08-22 Ted KremenekUpdated latest checker build.
2008-08-22 Eli FriedmanFix some issues with array type merging. (No visible...
2008-08-22 Eli FriedmanMinor const cleanup.
2008-08-22 Eli FriedmanRewrite type compatibility testing to do type merging...
2008-08-22 Eli FriedmanInitial implementation of floats in Expr::tryEvaluate...
next