]> granicus.if.org Git - clang/shortlog
clang
2008-09-03 Ted KremenekFollowing gcc's behavior, only enable trigraphs if...
2008-09-03 Daniel DunbarAdd svn:ignore on SemaObjC/Output.
2008-09-03 Daniel DunbarAdd two test cases for builtins (mostly related to...
2008-09-03 Daniel DunbarAdd __builtin_object_size support.
2008-09-03 Daniel DunbarModify object size checking builtins to lower to libc...
2008-09-03 Steve NaroffAdd semantic analysis for "blocks".
2008-09-03 Ted KremenekFix 80 col violations.
2008-09-03 Ted KremenekAdded --use-cxx option to scan-build.
2008-09-03 Daniel DunbarImprove type-checking of ?: for Objective-C types.
2008-09-03 Ted KremenekStore: (static analyzer)
2008-09-03 Daniel DunbarRestore Objective-C dot-syntax access of methods.
2008-09-03 Daniel DunbarFix ObjCPropertRefExpr to be able to encode all the...
2008-09-02 Ted KremenekWhen creating CXXRecordDecls and RecordDecls within...
2008-09-02 Ted KremenekRecordDecl:
2008-09-02 Ted KremenekRecordDecl serialization:
2008-09-02 Ted KremenekRecordDecl:
2008-09-02 Ted KremenekCXXRecordDecl and RecordDecl:
2008-09-02 Steve Naroff- Implement __block.
2008-09-02 Steve NaroffPull code from last commit. will put back soon.
2008-09-02 Steve NaroffImplement block pseudo-storage class modifiers (__block...
2008-09-02 Nuno Lopesrecognise .s/.S file extensions. add default value...
2008-09-02 Nuno Lopesadd the other test case for completeness and to avoid...
2008-09-02 Eli FriedmanFix for PR2747: allow pointer->int casts with a null...
2008-09-02 Eli FriedmanFix for PR2750; don't check for an 'e' in the trash...
2008-09-02 Eli FriedmanAn extremely hacky version of transparent_union support...
2008-09-02 Eli FriedmanMake sure to take the unqualified versions of the canon...
2008-09-02 Zhongxing XuFit the comments into 80 columns.
2008-09-01 Ted KremenekUpdated checker build.
2008-09-01 Nuno Lopesreadd test as it passes correctly. nice, but weird
2008-09-01 Eli FriedmanBacking out r55607 due to logic errors and test regression.
2008-09-01 Ted KremenekUpdated checker build.
2008-09-01 Ted KremenekTidy up sema processing of attribute "nonull":
2008-09-01 Nuno Lopesfix one more this-is-not-a-constant error. test included
2008-09-01 Nuno Lopesmake CheckArithmeticConstantExpression() aware of ...
2008-09-01 Nuno Lopescodegen constant data as such. add QualType::isConstant()
2008-08-31 Ted KremenekPatch by Kovarththanan Rajaratnam!
2008-08-31 Anders CarlssonHandle mutation while enumerating correctly. Fix some...
2008-08-31 Anders CarlssonInitial support for CodeGen of for ... in statements.
2008-08-30 Anders CarlssonStub out CodeGenFunction::EmitObjCForCollectionStmt.
2008-08-30 Anders CarlssonAdd code to create the fast enumeration state type
2008-08-30 Daniel DunbarTemporarily disable some tests which due to dot-syntax
2008-08-30 Anders CarlssonFix indentation on files in CodeGen and Sema.
2008-08-30 Anders CarlssonSimplify some calls to Builder.CreateCall
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.
next