]> granicus.if.org Git - clang/shortlog
clang
2010-02-09 Anton KorobeynikovClearify Qt status a bit
2010-02-09 Douglas GregorAdd Qt, CMake projects to the list of C++ projects...
2010-02-09 Daniel DunbarUpdate tests in -Asserts mode. These tests really need...
2010-02-09 Douglas GregorMigrate the mish-mash of declaration checks in
2010-02-09 Daniel DunbarIRgen: Add CreateMemTemp, for creating an temporary...
2010-02-09 Douglas GregorFix PR number in test case
2010-02-09 John McCallReset the found-virtual-base state unless the *current...
2010-02-09 Douglas GregorBe more careful when checking initializer lists that...
2010-02-09 Douglas GregorImplement a specific diagnostic when a class template...
2010-02-09 Jakob Stoklund... Pass inline keyword to optimizer as the new InlineHint...
2010-02-09 Ted KremenekConvert tabs to spaces.
2010-02-08 Ted KremenekFix grammar.
2010-02-08 Ted KremenekTweak menu.
2010-02-08 Ted KremenekReally increase menu width...
2010-02-08 Ted KremenekIncrease width of nav bar.
2010-02-08 Ted KremenekAdd inclusion links for external JavaScript file.
2010-02-08 Ted KremenekSwitch to drop-down menu style.
2010-02-08 Douglas GregorWhen substituting a declaration non-type template argum...
2010-02-08 Douglas GregorClean up the CIndex interface to diagnostic ranges...
2010-02-08 John McCallThread a source location into the template-argument...
2010-02-08 Douglas GregorNote that a CXIndex cannot be destroyed until after...
2010-02-08 Douglas GregorEliminate a pointer of storage in each ObjCInterfaceTyp...
2010-02-08 Daniel DunbarReapply r95393, without the change to CGExpr. I was...
2010-02-08 Douglas GregorWarn when cases are missing from a switch on a value...
2010-02-08 Ted KremenekRemove table (for now). Doesn't look so hot.
2010-02-08 Ted KremenekAdd images showing the results in a web browser and...
2010-02-08 Douglas GregorKeep track of whether a tag was defined in a declarator...
2010-02-08 John McCallEmit global references with constant initializers as...
2010-02-08 Ted KremenekRemove link to Developer Meeting and tighten menu.
2010-02-08 Ted KremenekAdd link to the current status of analysis support...
2010-02-08 Ted KremenekAdd some diagnostics for when we cannot update the...
2010-02-08 Fariborz JahanianMerge block/function pointer types with objc's __weak
2010-02-08 Douglas GregorImplement basic importing and merging of variable decla...
2010-02-08 Ted KremenekAdd a Python script to change what version of Clang...
2010-02-08 Daniel DunbarFix -Asserts warning.
2010-02-08 Sebastian RedlAdd a test case for r95555.
2010-02-08 Benjamin KramerSimplify another switch/strcmp construct. No functional...
2010-02-08 Sebastian RedlWhen placing an annotation token over an existing annot...
2010-02-08 John McCallFix the crash-on-invalid from PR6259.
2010-02-08 Chandler CarruthEnsure that a operator delete overload is rocognized...
2010-02-08 Benjamin KramerReapply r95546, no intended change in performance or...
2010-02-08 Ted KremenekRevert 95546 since it changed the algorithmic character...
2010-02-08 Benjamin KramerSimplify code with StringRef.
2010-02-08 Ted KremenekRevert 95541.
2010-02-08 Nuno Lopesset svn:ignore
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.
next