]> granicus.if.org Git - clang/shortlog
clang
2008-12-11 Zhongxing XuIdentify AnonPointeeRegion by the symbol that is concre...
2008-12-11 Zhongxing XuAnonPointeeRegions are now identified by the MemRegion...
2008-12-11 Ted KremenekUpdated checker build.
2008-12-10 Anders CarlssonAdd another complex promotion test.
2008-12-10 Anders CarlssonMake sure to promote expressions of the form (floating...
2008-12-10 Ted KremenekPreprocessorLexer (and subclasses):
2008-12-10 Douglas GregorAdded a warning when referencing an if's condition...
2008-12-10 Steve NaroffThe "real" fix for <rdar://problem/6424347> clang on...
2008-12-10 Douglas GregorFix PR clang/3175: CheckAddressOfOperand does not handl...
2008-12-10 Douglas GregorSome cleanups to the dependent-types commit, as suggest...
2008-12-10 Steve NaroffFix <rdar://problem/6424347> clang on xcode: Assertion...
2008-12-10 Ted KremenekDeclare PerIDCache as IdentifierInfo** instead of void...
2008-12-10 Steve NaroffFix <rdar://problem/6418623> Bogus block type compatibi...
2008-12-10 Steve NaroffFix regression caused by fixing <rdar://problem/6429113...
2008-12-10 Douglas GregorUse a scoped object to manage entry/exit from a parser...
2008-12-10 Anders CarlssonAppend an extra newline to the module inline asm if...
2008-12-10 Ted KremenekUpdated checker build.
2008-12-10 Fariborz JahanianPatch to allow a getter call using property dot-syntax...
2008-12-10 Sebastian RedlModify the move emulation according to the excellent...
2008-12-09 Ted KremenekFix to BasicStoreManager::getElementLValue: If the...
2008-12-09 Fariborz JahanianPrevent bogus warning on unimplemented setter/getter...
2008-12-09 Ted KremenekHave BasicStoreManager::getLValueElement() have logic...
2008-12-09 Steve NaroffAdd testcase for commit r60781.
2008-12-09 Fariborz JahanianSupport for implementation of property in the case...
2008-12-09 Sebastian RedlKick out the proof-of-concept ASTOwner and replace...
2008-12-09 Ted KremenekAdd preliminary CFG support for @throw. We basically...
2008-12-09 Ted KremenekIn GRExprEngine treat @throw as an 'abort' that ends...
2008-12-09 Sebastian RedlLay the groundwork for converting the entire parser...
2008-12-09 Steve NaroffSema::ActOnMethodDeclaration(): Make sure we perform...
2008-12-09 Chris LattnerFix a serious null termination bug found by David Chisnall!
2008-12-09 Sebastian RedlFill in C++ status table for expressions.
2008-12-09 Sebastian RedlConsistently use smart pointers for stmt and expr nodes...
2008-12-09 Steve NaroffFix <rdar://problem/6429113> clang ObjC rewriter: crash...
2008-12-09 Zhongxing Xuinitialize member variable.
2008-12-09 Zhongxing XuAdd utility method. Remove an unused method.
2008-12-09 Ted Kremenek[static analyzer] Extend VLA size checking to look...
2008-12-09 Ted KremenekUpdate Driver to new interface for LiveVariables.
2008-12-09 Ted KremenekAdd zero-sized VLA check test case.
2008-12-09 Ted KremenekFixed LiveVariables bug where we didn't consider block...
2008-12-08 Fariborz JahanianChange condition under which 'retain'/'copy' are direct...
2008-12-08 Ted KremenekAdd checking for zero-sized VLAs.
2008-12-08 Ted KremenekIncorporate MissingDealloc_IBOutlet.m test case into...
2008-12-08 Ted KremenekIncorporate MissingDeallc_SEL.m test case into MissingD...
2008-12-08 Ted KremenekAdd test case for <rdar://problem/6380411>.
2008-12-08 Chris LattnerFix PR3172: if we see an eof or } at the top level...
2008-12-08 Chris Lattnerimprove comment.
2008-12-08 Ted Kremenek'self.myIvar = nil' (properties) only releases myIvar...
2008-12-08 Steve NaroffObjCInterfaceDecl::lookupInstanceMethod() needs to...
2008-12-08 Steve NaroffFix a couple uninitialized variables from my previous...
2008-12-08 Dan GohmanRemove the #include of ScheduleDAGSDNodes.h, which...
2008-12-08 Fariborz JahanianChanged 'readonly' 'retain/copy' diagnostics into
2008-12-08 Fariborz JahanianSince we do not allow a readonly property to be 'copy...
2008-12-08 Douglas GregorMove Sema::isTemplateParameterDecl to Decl::isTemplateP...
2008-12-08 Steve NaroffFix <rdar://problem/6423452> clang ObjC rewriter: Don...
2008-12-08 Steve NaroffHandle chained/nested property 'getters' (obj.p1.p2...
2008-12-08 Sebastian RedlFill in some parts of cxx_status.html
2008-12-08 Zhongxing Xufix 80-col violation.
2008-12-08 Zhongxing Xufix typo.
2008-12-08 Eli FriedmanWorkaround for PR3173. The fix is correct in the sense...
2008-12-07 Sebastian RedlFix outdated comment. Checks so much more than just...
2008-12-07 Nuno Lopesadd missing gentoo c++ include paths
2008-12-07 Chris Lattnera minor grammar fix
2008-12-07 Anders CarlssonPass the VLA size expr range to the VLA diags
2008-12-07 Anders CarlssonImprove VLA diagnostics/sema checking. Fixes PR2361...
2008-12-06 Fariborz JahanianSetters returning a typedef of 'void' should not cause...
2008-12-06 Fariborz JahanianUse of properties declared in protocols in the category
2008-12-06 Anders CarlssonSimplify test.
2008-12-06 Fariborz JahanianImprove error reporting of property and setter/getter
2008-12-06 Fariborz JahanianCheck for correct'void' return type for setter methods.
2008-12-06 Anders CarlssonAdd diagnostics for bitfields.
2008-12-06 Anders CarlssonFix invalid bit-field.
2008-12-06 Anders CarlssonSimplify some diagnostics.
2008-12-06 Fariborz JahanianChanged a 'FIXME' into new comment. Added a test case
2008-12-06 Ted KremenekAdd bandaid transfer function support for assignments...
2008-12-06 Fariborz JahanianPatch to diagnose a variety of misuse of property
2008-12-06 Douglas GregorAdd support for calls to dependent names within templat...
2008-12-05 Douglas GregorIntroduce basic support for dependent types, type-dependent
2008-12-05 Fariborz JahanianFixed a comment.
2008-12-05 Fariborz JahanianThis test checks for duplicate implementation of the...
2008-12-05 Fariborz JahanianFixed a test case. Added a test case showing property...
2008-12-05 Fariborz Jahanian(instance/class) Method type checking between class...
2008-12-05 Douglas GregorRepresentation of template type parameters and non...
2008-12-05 Steve NaroffFixed <rdar://problem/6213808> clang ObjC rewriter...
2008-12-05 Anders CarlssonUse VerifyIntegerConstantExpression instead of isIntege...
2008-12-05 Anders CarlssonThis wasn't such a good idea after all as it broke...
2008-12-05 Anders CarlssonHandle __builtin___CFStringMakeConstantString in Expr...
2008-12-05 Anders CarlssonMake Sema::CheckForConstantInitializer use Expr::Evalua...
2008-12-05 Ted KremenekChange the implementation of symbol_iterator to not...
2008-12-05 Ted KremenekAdd SymbolRef::print() and have SymbolicRegion::print...
2008-12-05 Ted KremenekUse trait-based profiling of SymbolRefs, avoiding calli...
2008-12-05 Ted KremenekRemove (unused) RegionExtent and subclasses. Extents...
2008-12-05 Ted KremenekRename SymbolID to SymbolRef. This is a precursor...
2008-12-05 Zhongxing XuRename: FindContext -> FindDeclVisibleInContext.
2008-12-05 Fariborz JahanianPatch for diagnosing type mismatch between
2008-12-05 Ted KremenekRemove SymbolDataContentsOf (unused).
2008-12-05 Ted KremenekStoreManager::Retrieve and StoreManager::RemoveDeadBind...
2008-12-05 Chris Lattner-std=c99 defaults blocks to off even on darwin, but...
2008-12-04 Steve NaroffFinish up support for <rdar://problem/6213955> clang...
2008-12-04 Chris Lattnerchange getCurFunctionDecl to skip through Block context...
2008-12-04 Chris Lattnerinstead of forcing blocks on by default, make them...
next