]> granicus.if.org Git - clang/shortlog
clang
2008-08-30 Daniel DunbarAdd Objective-C property setter support.
2008-08-30 Daniel DunbarRefactor handling of calls:
2008-08-30 Daniel DunbarAdd newline at end of file.
2008-08-29 Daniel DunbarImprove ccc:
2008-08-29 Daniel DunbarDowngrade a number of FIXME asserts to ErrorUnsupported.
2008-08-29 Nico Weberfix a comment that was forgotten in r54071
2008-08-29 Nico Weberminor cleanup
2008-08-29 Zhongxing XuAdded LLVM comment header.
2008-08-29 Zhongxing XuMigrate the rest symbolic analysis stuff to BasicConstr...
2008-08-29 Daniel DunbarAdd special "property reference" CodeGen::LValue type...
2008-08-29 Ted KremenekRemove dead method.
2008-08-29 Daniel DunbarAdd newline to end of file.
2008-08-29 Daniel DunbarAdd utils/FindSpecRefs, Python script for generating...
2008-08-29 Ted KremenekAdded "getBindings" and "BindingAsString" to GRStateMan...
2008-08-28 Ted KremenekRemove BasicStore.h from Xcode project.
2008-08-28 Ted KremenekRemove BasicStore.h (migrated function prototype for...
2008-08-28 Ted KremenekRemove Regions.cpp from VS project file.
2008-08-28 Ted KremenekRemoved Regions.[h,cpp] from the Xcode project.
2008-08-28 Ted KremenekRemove Regions.h and Regions.cpp, since we are now...
2008-08-28 Ted KremenekMake store "Regions" and "Bindings" more abstract inste...
2008-08-28 Daniel DunbarAllow 'make TESTDIRS=Sema' in test/ directory for only...
2008-08-28 Ted KremenekUpdated analyzer build.
2008-08-28 Ted KremenekUse explicit variable instead of $?
2008-08-28 Steve NaroffAdd parser/action support for block literal expressions.
2008-08-28 Ted KremenekFixed analyzer caching bug involving the transfer funct...
2008-08-28 Daniel DunbarFix isIntegerConstantExpr eval of __builtin_offsetof...
2008-08-28 Ted KremenekAlways print out the function we're analyzing.
2008-08-28 Ted KremenekFixed analyzer caching bug in DeclStmt.
2008-08-28 Daniel DunbarFix double-free error with sizeof applied to VLA types.
2008-08-28 Steve NaroffFix Parser::ParseDeclaratorInternal(): add langopts...
2008-08-28 Argyrios KyrtzidisFix compilation error on MSVC.
2008-08-28 Ted KremenekUbigraph visualization: represent cached nodes with...
2008-08-28 Ted KremenekEnhance ubiviz to support vertex styles.
2008-08-28 Daniel DunbarNeXT: Emit mostly-correct property type encoding.
2008-08-28 Ted KremenekAutomatically execute ubiviz.
2008-08-28 Ted KremenekUpdate checker build.
2008-08-28 Ted KremenekFix regression: immediately terminate ccc-analyzer...
2008-08-27 Ted KremenekUpdate Xcode project.
2008-08-27 Ted KremenekMake the destructor of ConstraintManager virtual.
2008-08-27 Ted KremenekUpdate checker build.
2008-08-27 Ted KremenekUbigraph-rendered ExplodedGraphs now have arrows and...
2008-08-27 Ted KremenekAdded Ubigraph visualization for the static analyzer...
2008-08-27 Ted KremenekUpdate Xcode project.
2008-08-27 Ted KremenekRemove regression where the analyzer was not called.
2008-08-27 Steve NaroffFirst wave of changes to support "blocks" (an extension...
2008-08-27 Zhongxing XuRefactor Assume logic into a separate class ConstraintM...
2008-08-27 Daniel DunbarInitial support for Obj-C dot-syntax for getters.
2008-08-27 Daniel DunbarUpdate test case (we were missing a warning here)
2008-08-27 Daniel DunbarAdd synthesized property methods to protocols and categ...
2008-08-27 Daniel DunbarFix "possibly uninitialized" warning.
2008-08-27 Daniel DunbarNeXT: Refactor protocol method metadata emission.
2008-08-27 Daniel DunbarAdd addPropertyMethods implementations for
2008-08-27 Ted KremenekAdded "Auditor" interface for auditing the construction...
2008-08-27 Ted KremenekMake implementation of ExplodedNodeImpl::addPredecessor...
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.
next