]> granicus.if.org Git - clang/shortlog
clang
2012-09-25 Douglas GregorUnder certain terrible circumstances (<rdar://problem...
2012-09-25 Alexander KornienkoMacro history (de-)serialization. Deserialization curre...
2012-09-25 Bob WilsonExamine the last, not the first, instruction from the...
2012-09-25 Douglas Gregor-iframework should allow separate arguments.
2012-09-25 Douglas GregorIntroduce builtin macros to determine whether we're...
2012-09-25 Alexander KornienkoA minor doc fix.
2012-09-25 Hans WennborgFix failing test/Sema/wchar.c on ARM.
2012-09-25 John McCallWhen performing a ::delete of an object with a virtual...
2012-09-25 NAKAMURA Takumiclang/test/CodeGenCXX/microsoft-*: Fix for -Asserts.
2012-09-25 John McCallImplement Mike Herrick's proposed noexcept mangling.
2012-09-25 John McCallIn the MS ABI, ctors return 'this'. Patch by Dmitry...
2012-09-25 John McCallAdd the Microsoft __is_interface_class type trait.
2012-09-25 John McCallFix for r163013 regression and further __interface...
2012-09-25 John McCallDuring jump-scope checking, build an ExprWithCleanups...
2012-09-25 Richard SmithFix crash when a decltype expression in a trailing...
2012-09-25 Eli FriedmanDelete some code which is, as far as I can tell, dead.
2012-09-25 Anna Zaks[analyzer] Fix a buildbot crash triggered by turning...
2012-09-25 Richard SmithDon't produce diagnostics for missing ctor-initializers...
2012-09-24 Eli FriedmanHandle C++ functional casts in a similar way to C-style...
2012-09-24 Chad RosierUpdate for r164567.
2012-09-24 Fariborz Jahanianobjective-C: use 'instance variables' as plural when...
2012-09-24 Fariborz Jahanianobjective-C: remove use of 'ivar' in favor of
2012-09-24 Ted KremenekAdd clarifying comment.
2012-09-24 Dmitri GribenkoMore tests for r164545 (change extension warning about...
2012-09-24 Dmitri GribenkoStringRef'ize Preprocessor::CreateString().
2012-09-24 Dmitri GribenkoReplace raw call to snprintf() by llvm streams.
2012-09-24 Bob WilsonReplace an assertion with an error for empty __asm...
2012-09-24 Bob WilsonFix a comment typo and clean up formatting.
2012-09-24 Douglas GregorMake sure that we don't end up making an #undef'd macro...
2012-09-24 Argyrios Kyrtzidis[libclang] Bring CXCursor_AsmStmt back as an alias...
2012-09-24 Dmitri GribenkoInclude 'long long' extension warning in the LongLong...
2012-09-24 Dmitri GribenkoChange the wording of the extension warning from
2012-09-24 Anna Zaks[analyzer] Really turn on dynamic-bifurcation on by...
2012-09-24 Anna Zaks[analyzer] Remove unused.
2012-09-24 Anna Zaks[analyzer]Prevent infinite recursion(assume->checker...
2012-09-24 Alexander PotapenkoUse an explicit target to test that source fortificatio...
2012-09-24 Dmitri GribenkoSmall cleanup of literal semantic analysis: hiding...
2012-09-24 Chandler CarruthUpdate the Clang tests which run with a full optimizati...
2012-09-24 NAKAMURA Takumiunittests/AST/StmtPrinterTest.cpp: Suppress a LP64...
2012-09-23 Dmitri GribenkoAs a followup for r164303, add some tests for printing...
2012-09-23 Rafael EspindolaImplement ToolChain::IsUnwindTablesDefault to reduce...
2012-09-22 Rafael EspindolaOn Hexagon getArchName() never returns x86_64, simplify...
2012-09-22 Rafael EspindolaUse pipes.
2012-09-22 Rafael EspindolaUse FileCheck.
2012-09-22 Dmitri GribenkoComment sema: warn when comment has \deprecated but...
2012-09-22 Dmitri GribenkoRemove superfluous \namespace command.
2012-09-22 Dmitri GribenkoFix cindex.py compatibility with older libclang.so
2012-09-22 Rafael EspindolaUse FileCheck.
2012-09-22 Rafael EspindolaFix pr13749. There is still a lot of code using getArch...
2012-09-22 Abramo BagnaraAvoid multiple atomic builtin declaration.
2012-09-22 Argyrios KyrtzidisWhen importing a FunctionProtoType::ExtProtoInfo, its...
2012-09-22 Jordan Rose[analyzer] Suppress bugs whose paths go through the...
2012-09-22 Jordan Rose[analyzer] Track a null value back through FindLastStor...
2012-09-22 Jordan Rose[analyzer] Always allow BugReporterVisitors to see...
2012-09-22 Jordan Rose[analyzer] Allow a BugReport to be marked "invalid...
2012-09-22 Jordan Rose[analyzer] Look through OpaqueValueExprs when tracking...
2012-09-22 Jordan Rose[analyzer] Better path notes for null pointers passed...
2012-09-22 Jordan RoseUse llvm::getOrdinalSuffix to print ordinal numbers...
2012-09-22 Jordan Rose[analyzer] Check that an ObjCIvarRefExpr's base is...
2012-09-22 Jordan Rose[analyzer] Check that a member expr is valid even when...
2012-09-22 Richard SmithFix bug which sometimes resulted in further diagnostics...
2012-09-21 Chad Rosier[ms-inline asm] Use mnemonicIsValid() in a helpful...
2012-09-21 Eric ChristopherMark the passed in "self" for a block as an object...
2012-09-21 Argyrios KyrtzidisFix build errors.
2012-09-21 Argyrios Kyrtzidis[AST importer] Do a correct import of a FunctionProtoTy...
2012-09-21 Fariborz Jahanianobjective-C: when diagnosing deprecated/unavailable...
2012-09-21 Rafael EspindolaCall CGM.SetLLVMFunctionAttributesForDefinition on...
2012-09-21 Simon AtanasyanAdd four new command line options for MIPS CPU selection:
2012-09-21 Douglas GregorFix a typo in the PCH internals documentation
2012-09-21 Ted KremenekExperiment in BodyFarm of structuring AST creation...
2012-09-21 Ted KremenekCreate helper method in BodyFarm for creating simple...
2012-09-21 Ted KremenekAdd helper method in BodyFarm to create unary dereferences.
2012-09-21 Ted KremenekAdd helper method to BodyFarm for creating lvalue-to...
2012-09-21 Ted KremenekAdd helper method to BodyFarm for creatinging integral...
2012-09-21 DeLesley HutchinsThread-safety analysis: better handling of unreachable...
2012-09-21 Ted KremenekRe-enable faux-bodies by default.
2012-09-21 Ted KremenekUse helper method to create DeclRefExprs in BodyFarm...
2012-09-21 Ted KremenekAdd some structuring comments. No functionality change.
2012-09-21 Chad RosierUpdate comment.
2012-09-21 Rafael EspindolaUse MapVectors to make the order we mark virtual functi...
2012-09-21 Bill WendlingUpdate for encapsulating the "construct*AlignmentFromIn...
2012-09-21 NAKAMURA TakumiRevert r164364, "Flip "faux-bodies" in the analyzer...
2012-09-21 Hans WennborgMake warnings about uninitialized fields include the...
2012-09-21 Ted KremenekFlip "faux-bodies" in the analyzer on by default to...
2012-09-21 Ted KremenekSimplify getRuntimeDefinition() back to taking no argum...
2012-09-21 Craig TopperDoxygen-ify a comment.
2012-09-21 David BlaikiePR13890: Warn on abstract final classes.
2012-09-21 Argyrios Kyrtzidis[PCH] After deserializing a DeclContext, if it has...
2012-09-21 Ted KremenekAdd faux-body support for dispatch_once().
2012-09-21 Jim GrosbachARM: Use a dedicated intrinsic for vector bitwise select.
2012-09-21 Jim GrosbachTidy up. Trailing whitespace and 80 columns.
2012-09-21 Ted KremenekImplement faux-body-synthesis of well-known functions...
2012-09-21 Ted KremenekConstify method.
2012-09-21 Ted KremenekEnsure that the Decl* wrapped by an AnalysisDeclContext...
2012-09-21 Ted KremenekRemove unused fields.
2012-09-20 Douglas GregorSerialize the 'IsConstexpr' bit of VarDecls. Fixes...
2012-09-20 DeLesley HutchinsThread-safety analysis: fix bug where shared trylock...
2012-09-20 DeLesley HutchinsThread safety analysis: properly canonicalize calls...
2012-09-20 Richard SmithIf the range in a for range statement doesn't have...
2012-09-20 David BlaikieFix typo. (s/Explided/Exploded/)
next