]> granicus.if.org Git - clang/shortlog
clang
2011-10-27 Nick LewyckyMove these test from checking assembly to checking...
2011-10-27 Anna Zaks[analyzer] Optimize by not generating empty transitions...
2011-10-27 Anna Zaks[analyzer] Move enqueueEndOfFunction into CoreEngine.
2011-10-27 Anna Zaks[analyzer] Make CoreEngine responsible for enqueueing...
2011-10-27 Argyrios KyrtzidisMake use of the parameter in Sema::ActOnObjCTemporaryEx...
2011-10-27 Argyrios KyrtzidisFix crash on an @interface nested inside @implementatio...
2011-10-27 Argyrios KyrtzidisFor the "'@end' is missing in implementation context...
2011-10-26 Fariborz JahanianDo not warn when weak-import attribute is applied to...
2011-10-26 Douglas GregorDisalbe more Microsoft-specific stuff.
2011-10-26 Anna Zaks[analyzer] Add getLocationContext to CheckerContext
2011-10-26 Anna Zaks[analyzer] Remove EmitBasicReport form CheckerContext.
2011-10-26 Anna Zaks[analyzer] Rename generateNode -> addTransition in...
2011-10-26 Anna Zaks[analyzer] Remove forward declarations of GenericNodeBu...
2011-10-26 Anna Zaks[analyzer] GenericNodeBuilder -> NodeBuilder.
2011-10-26 Fariborz JahanianObjective-c: fix an ir-gen crash where objc messag...
2011-10-26 Rafael EspindolaFix this tests on the bots.
2011-10-26 Rafael EspindolaFix pr9614 by not emitting an available_externally...
2011-10-26 Douglas GregorTry to appease the Windows builders
2011-10-26 Richard SmithPull out conversion on LHS of -> and . into its own...
2011-10-26 Douglas GregorEliminate a hang while loading a sequence of redeclarab...
2011-10-26 Douglas GregorDisable on Windows, for real.
2011-10-26 Eli FriedmanCompute the promoted integer type of fixed-width enums...
2011-10-26 Eli FriedmanCorrectly perform integral promotions on wchar_t/char16...
2011-10-26 Richard SmithFix crash due to missing array-to-pointer decay when...
2011-10-26 Richard SmithUnresolvedMemberExprs need lvalue-to-rvalue conversions...
2011-10-25 Douglas GregorTurn off delayed template parsing for this test
2011-10-25 Anna Zaks[analyzer] Remove getEngine() form CheckerContext
2011-10-25 Anna Zaks[analyzer] Simplify CheckerContext
2011-10-25 Anna Zaks[analyzer] Remove unused headers.
2011-10-25 Anna Zaks[analyzer] Make branch for condition callback use Check...
2011-10-25 Anna Zaks[analyze] Convert EndOfPath callback to use CheckerContext
2011-10-25 David BlaikieHandle redundant 'typename' on base class specifications.
2011-10-25 David BlaikieFix erroneous name-specifiers prior to decltypes better...
2011-10-25 John McCallRestore r142914 and r142915, now with missing file...
2011-10-25 David BlaikieInitialize the BaseLoc for decltype base type specifica...
2011-10-25 David BlaikieFix cases where the optional nested-name-specifier...
2011-10-25 David BlaikieSupport the use of decltype for specifying base types...
2011-10-25 NAKAMURA TakumiRevert r142914 and r142915, due to possibly missing...
2011-10-25 David ChisnallChange an int64_t to an intptr_t so that we don't end...
2011-10-25 John McCallPull the pseudo-object stuff into its own file.
2011-10-25 John McCallIntroduce a placeholder type for "pseudo object"
2011-10-25 Eric ChristopherAllow the -fno-operator-names option to be passed down...
2011-10-25 Richard SmithDon't forget the lvalue-to-rvalue conversion on the...
2011-10-25 Ted KremenekRelax restriction of assigning to 'self' in ARC when...
2011-10-25 Ted KremenekTweak printf format string parsing to accept 'hh' conve...
2011-10-25 Douglas GregorUndo unnecessary change
2011-10-25 Douglas GregorCheck for unexpanded parameter packs in the name that...
2011-10-25 Ted KremenekRemove extra copy of contents of header file resulting...
2011-10-25 Douglas GregorMake the -Wc++11-compat warnings ignored by default...
2011-10-25 Douglas GregorImplement support for dependent Microsoft __if_exists...
2011-10-25 Richard SmithTidy up testcase from r142890, spotted by Chandler.
2011-10-25 Dan GohmanRemove another Blackfin test.
2011-10-25 Richard SmithDon't forget the lvalue-to-rvalue conversion on the...
2011-10-25 Argyrios Kyrtzidis[PCH] When visiting preprocessed entities, make it...
2011-10-25 Argyrios KyrtzidisUse assert(0) instead of duplicating the check, suggest...
2011-10-25 Ted KremenekAdd source-level dominators analysis. Patch by Guoping...
2011-10-25 Richard SmithClean up, as suggested by John.
2011-10-25 Dan GohmanRemove more SystemZ (s390) tests.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 Devang PatelDo not drop type qualifiers in -flimit-debug-info mode.
2011-10-24 Richard SmithRevert r142844, it broke selfhost. The problem appears...
2011-10-24 Richard SmithAdd explanatory comments for ICE checking in C99 mode.
2011-10-24 Douglas GregorRework Microsoft __if_exists/__if_not_exists parsing...
2011-10-24 Eli FriedmanDon't try to emit CK_LValueBitCast casts as constants...
2011-10-24 Douglas GregorWhen we perform a lookup for a dependent name that...
2011-10-24 Anna Zaks[analyzer] Node builders cleanup + comments
2011-10-24 Anna Zaks[analyzer] Remove the old StmtNodeBuilder.
2011-10-24 Anna Zaks[analyzer] Completely remove the global Builder object.
2011-10-24 Anna Zaks[analyzer] Remove more dependencies from global Builder
2011-10-24 Richard SmithConstant expression evaluation: evaluate lvalues as...
2011-10-24 Chandler CarruthSwitch to a more natural formatting of the macro name...
2011-10-24 Richard SmithConstant expression evaluation: factor out handling...
2011-10-24 Richard SmithIn accordance with the C89, C99 and C++98 standards...
2011-10-24 Anna Zaks[analyzer] Convert ExprEngine::visit() to use short...
2011-10-24 Anna Zaks[analyzer] Convert VisitDeclStmt to use local node...
2011-10-24 Anna Zaks[analyzer] Convert more functions (ex:evalBind()) to...
2011-10-24 Anna Zaks[analyzer] Convert VisitUnaryOperator to use short...
2011-10-24 Anna Zaks[analyzer] Use a temporary builder in CheckerContext.
2011-10-24 Anna Zaks[analyzer] Pass external Dst set to NodeBuilder
2011-10-24 Peter CollingbourneSimplify parsing ellipsis in Parser::ParseAlignArgument...
2011-10-24 Richard SmithConstant expression evaluation: factor out VarDecl...
2011-10-24 Fariborz JahanianMinor refactoring of my last patch. Per Doug's suggestion.
2011-10-24 Argyrios Kyrtzidis[libclang] Make sure we don't try to erase past the...
2011-10-24 Benjamin KramerFix mismatched new[]/delete[].
2011-10-24 Douglas GregorHave -fms-no-extensions turn off -fms-compatibility
2011-10-24 Douglas GregorMake -fms-compatibility imply -fms-extensions. Fixes...
2011-10-24 David ChisnallRemove debugging printfs that some idiot left in.
2011-10-24 David ChisnallEnable experimental support for objc_msgSend with GNUst...
2011-10-24 NAKAMURA TakumiRevert "Test commit"
2011-10-24 NAKAMURA TakumiTest commit
2011-10-24 Chandler CarruthActually rename the file AnalysisContext.cpp -> Analysi...
2011-10-24 Ted KremenekRename AnalysisContext to AnalysisDeclContext. Not...
2011-10-23 Peter CollingbourneFix grammar for C++11 alignment specifiers, and add...
2011-10-23 Peter CollingbourneFix typo (C++1 -> C++11).
2011-10-23 Peter CollingbourneDiagnose unexpanded parameter packs in member initialis...
2011-10-23 Peter CollingbourneClean up duplicated code in Sema::BuildMemInitializer.
2011-10-23 Peter CollingbourneImprove unexpanded parameter pack diagnostics by using...
2011-10-23 Peter CollingbourneAttach class template attributes to the templated CXXRe...
2011-10-23 Benjamin KramerReduce dependencies.
next