]> granicus.if.org Git - clang/shortlog
clang
2010-02-08 Douglas GregorCache imported types
2010-02-08 Zhongxing XuRename: GRState::getSVal(Stmt*) => getExprVal(),
2010-02-08 Zhongxing XuBindInternal is redundant. Remove it.
2010-02-08 Zhongxing XuLike for symbolic region, automatically create a elemen...
2010-02-08 Zhongxing XuUnify the implementation of getLValueElement of store...
2010-02-08 Zhongxing XuUnify the implementation of getLValueIvar and getLValue...
2010-02-08 Zhongxing XuMove common methods to the base StoreManager class.
2010-02-08 Chandler CarruthThis doesn't seem to be used code as it didn't break...
2010-02-08 Zhongxing XuASTContext is now a reference member of StoreManager.
2010-02-08 Zhongxing XuAdd support for binding and retrieving VarRegions in...
2010-02-07 Chandler CarruthRequire a complete type before examining base classes...
2010-02-07 Anders CarlssonMake sure to set vtable pointers in the destructors...
2010-02-07 Anders CarlssonUse the right type when taking the address of a non...
2010-02-07 Douglas GregorWorkaround for friend template instantiation crash...
2010-02-07 Douglas GregorFix assertion failure when parsing linkage specificatio...
2010-02-07 Sam WeinigRoll r95513 back in.
2010-02-07 Sam WeinigRoll out r95513, it seems to have broken self hosting.
2010-02-07 Sam WeinigAdd PCH support for CXXBoolLiteralExpr and CXXNullPtrLi...
2010-02-07 Anders CarlssonUse the right linkage for static variables inside C...
2010-02-07 Anders CarlssonImproved handling of the visibility attribute. Declarat...
2010-02-07 Anders CarlssonAdd attributes to namespace decls.
2010-02-06 Anders CarlssonMake EmitStartEHSpec and EmitEndEHSpec return early...
2010-02-06 Anders CarlssonAdd support for threadsafe statics, and make them the...
2010-02-06 Anders CarlssonCall destructors for constructed bases as well.
2010-02-06 Anders CarlssonIf a constructor throws an exception we need to execute...
2010-02-06 John McCallUse a substituted type when determining how to substitu...
2010-02-06 Benjamin KramerSilence GCC warning and stay in 80 cols.
2010-02-06 John McCallExtract a function to instantiate references to value...
2010-02-06 Ted KremenekUpdate checker build.
2010-02-06 Anders CarlssonDon't diagnose missing noreturns for uninstantiated...
2010-02-06 Douglas GregorSwitch CodeGen's "is this variable declaration a defini...
2010-02-06 Anders CarlssonOnly append 'L' for internal variable declarations...
2010-02-06 Ted KremenekAlso teach RegionStore::RetrieveVar() to handle 'static...
2010-02-06 Ted KremenekFix regression in RegionStore (from BasicStore) where...
2010-02-06 Ted KremenekRemove unused variable.
2010-02-06 Anders CarlssonUse the correct function info for constructors when...
2010-02-06 Anders CarlssonImplement a warning diagnostic for weak vtables. Fixes...
2010-02-06 John McCallTeach Sema how to instantiate a local function declarat...
2010-02-06 Douglas GregorAssert when we try to mangle a dependent template name...
2010-02-06 John McCallPer discussion, remove the explicit restriction on...
2010-02-06 Ted KremenekTeach RegionStore::InvalidateRegions() to also invalida...
2010-02-06 John McCallRearrange some checks to avoid call to isCopyConstructo...
2010-02-05 Douglas GregorUpdate Clang C++ status, with a more project-centric...
2010-02-05 Douglas GregorFix a bogus assertion after adjusting the type of a...
2010-02-05 Douglas GregorCope with finding the "instantiated" declaration when...
2010-02-05 John McCallStandardize the parsing of function type attributes...
2010-02-05 Ted KremenekAdd guard in RewriteObjC::HandleTopLevelSingleDecl...
2010-02-05 Douglas GregorRevert r95393, which broke Clang's self-host.
2010-02-05 Douglas GregorOops, thanks Clang
2010-02-05 Charles DavisConvert this test to FileCheck instead of grepping...
2010-02-05 Douglas GregorImplement name mangling for template template parameters
2010-02-05 Ted KremenekFix how scan-build finds c++-analyzer to work with...
2010-02-05 Daniel DunbarIRgen: A few more ConvertType cleanups.
2010-02-05 Douglas GregorFix two issues with the substitution of template templa...
2010-02-05 Daniel DunbarIRgen: Factor out EmitAggExprToLValue.
2010-02-05 Fariborz JahanianFix a code gen bug accessing 'isa' field via a message...
2010-02-05 Douglas GregorWhen we're parsing an expression that may have looked...
2010-02-05 Daniel DunbarIRgen: Fix some CreateTempAlloca calls to use ConvertTy...
2010-02-05 Anders CarlssonFix the bug that was breaking self-host, and re-land...
2010-02-05 Charles DavisNow that we store calling conventions in the types...
2010-02-05 Fariborz JahanianRemoved non-essential header file from test.
2010-02-05 Douglas GregorInitial skeleton of an AST "importer", which will take...
2010-02-05 Charles DavisTesting, 1, 2, 3...
2010-02-05 Daniel DunbarIRgen: Use hasAggregateLLVMType instead of isSingleValu...
2010-02-05 Fariborz JahanianFixes a minor rewriter bug messaging inside a function...
2010-02-05 Fariborz JahanianSome clean up of replacement text API no longer needed by
2010-02-05 Douglas GregorRevert r95363 and r95375, which broke self-host.
2010-02-05 Douglas GregorA dependent initializer with zero arguments should...
2010-02-05 Chandler CarruthRevert the unused TST_pixel entry from r95335 as it...
2010-02-05 Douglas GregorDefault function arguments for function template specia...
2010-02-05 Daniel DunbarTweak inliner thresholds to match llvm-gcc, see r95321.
2010-02-05 Anders CarlssonCheck in a mangle checker that's turned off by default.
2010-02-05 Douglas GregorTeach C++ name lookup that it's okay to look in a scope...
2010-02-05 Anders CarlssonFix array initialization test.
2010-02-05 Anders CarlssonFix a test case.
2010-02-05 Douglas GregorA function declarator with a non-identifier name in...
2010-02-05 Ted KremenekAdd test case showing the analyzer invalidates '__block...
2010-02-05 Zhongxing XuMore GRState* -> Store changes.
2010-02-05 Zhongxing XuRemove unused parameter.
2010-02-05 Anders CarlssonIf a global initializer has a non-trivial destructor...
2010-02-05 Zhongxing XuMore GRState* -> Store changes.
2010-02-05 Douglas GregorWhen adding ADL candidates for overloaded
2010-02-05 Zhongxing XuMore GRState* -> Store changes.
2010-02-05 Douglas GregorWhen determining whether a scope specifier is complete...
2010-02-05 Zhongxing XuMore GRState* -> Store changes.
2010-02-05 Zhongxing XuChange LazyCompoundVal to a <Store, MemRegion*> pair...
2010-02-05 Ted KremenekNow that the -cc1 options for analyzer checks have...
2010-02-05 Ted KremenekRename -cc1 option '-checker-cfref' to '-analyzer-check...
2010-02-05 Ted KremenekRename -cc1 option '-warn-objc-missing-dealloc' to...
2010-02-05 Ted KremenekRename -cc1 option '-warn-objc-methodsigs' to '-analyze...
2010-02-05 Ted KremenekRename -cc1 option '-warn-objc-unused-ivars' to '-analy...
2010-02-05 Ted KremenekRename -cc1 option '-warn-dead-stores' to '-analyzer...
2010-02-05 Ted KremenekRename -cc1 option '-warn-security-syntactic' to '...
2010-02-05 Fariborz JahanianFix a nested ivar reference rewriting bug.
2010-02-05 John McCallAlways start tag definitions before completing them...
2010-02-05 John ThompsonFirst stage of adding AltiVec support
2010-02-04 Douglas GregorFix a crash with ill-formed code within a method in...
2010-02-04 John McCallExtract a common structure for holding information...
2010-02-04 Ted KremenekMove ParseFormatString() and FormatStringHandler back...
2010-02-04 Douglas GregorFix an obscure crash found in the Boost.MPL test suite...
next