]> granicus.if.org Git - clang/shortlog
clang
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.
2011-10-23 Ted Kremenek[analyzer] Remove LocationContext creation methods...
2011-10-22 Bob WilsonFix a typo that completely broke the expansion of compl...
2011-10-22 Richard SmithRefactor vector constant expression evaluation to retur...
2011-10-22 Benjamin KramerRemove obsolete debugging macro, make helper static.
2011-10-22 Benjamin KramerPack struct better.
2011-10-22 NAKAMURA Takumitest/Driver/debug.c: Mark this as "REQUIRES: shell".
2011-10-22 NAKAMURA Takumilib/Driver/Tools.cpp: Use PathV2::is_absolute() to...
2011-10-22 Ted KremenekOnly emit implicit constant conversion truncation warni...
2011-10-22 Ted KremenekRefactor ThreadSafety to use PostOrderCFGView instead...
2011-10-22 Ted KremenekPull TopologicallySortedCFG out of LiveVariables into...
2011-10-22 Fariborz JahanianFixes a minor hick up to my last patch.
2011-10-22 Fariborz Jahanianobjc: private methods can have their attributes, no...
next