]> granicus.if.org Git - clang/shortlog
clang
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/)
2012-09-20 Fariborz JahanianImprovements to my patch in r164143 per
2012-09-20 David BlaikieMake the wchar_t promotion test consistent across diffe...
2012-09-20 David BlaikieRemove a test that is non-portable (cannot be execute...
2012-09-20 David BlaikieInclude types when a definition's type differs from...
2012-09-20 Daniel JasperAdd some matchers for basic AST nodes.
2012-09-20 Benjamin KramerStmtPrinter: Print floating point literals with the...
2012-09-20 Nico WeberBe more consistent about ending suggestions with a '?'
2012-09-20 NAKAMURA Takumiclang/test/Analysis: Fix the declaration of strlen...
2012-09-20 Alexander PotapenkoDisable source fortification on Darwin with AddressSani...
2012-09-20 Daniel JasperProvide better error messages for incorrect matchers.
2012-09-20 NAKAMURA Takumitest/Analysis/malloc-interprocedural.c: Mark it as...
2012-09-20 Eli FriedmanThe keywords "true" and "false" shouldn't warn under...
2012-09-20 Jordan Rose[analyzer] MallocChecker should not do post-call checks...
2012-09-20 Jordan RoseRevert "[analyzer] Remove constraints on dead symbols...
2012-09-20 Eli FriedmanHandle lambdas where the lambda-declarator is an explic...
2012-09-20 Richard SmithPer C++11 [class.friend]p3, the 'friend' keyword must...
2012-09-20 Richard SmithPR13881: Add -Wzero-length-array for zero length array...
2012-09-19 Eli FriedmanFix a small FIXME involving template partial ordering and
2012-09-19 Eli FriedmanFix function template partial ordering rules for static...
2012-09-19 Benjamin Kramerccc-analyzer: pass -stdlib=libc++ through to the analyzer.
2012-09-19 Eric ChristopherGrammar.
2012-09-19 Eric ChristopherUpdate and expand comment.
2012-09-19 Eric ChristopherHandle a captured this for the debug information as...
2012-09-19 Eric ChristopherFix awkward comment.
2012-09-19 DeLesley HutchinsThread-safety analysis: Fix warning when EXCLUSIVE_LOC...
2012-09-19 DeLesley HutchinsThread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_RE...
2012-09-19 David BlaikieFix ABI dependent tests by providing an explicit target...
2012-09-19 Fariborz JahanianFix test better way.
2012-09-19 Alexander KornienkoAdded link to HowToSetupToolingForLLVM.html. Added...
2012-09-19 Rafael EspindolaAdd some typedefs for clarity.
2012-09-19 Benjamin KramerASTWriter: Tighten up assertions when emitting a declar...
2012-09-19 Benjamin KramerUpdate clang for API change.
2012-09-19 Craig TopperRemove Context argument from TemplateDeductionInfo...
2012-09-19 Eli FriedmanTest for r164186.
2012-09-19 Eli FriedmanAdd the TypeSourceInfo for the lambda call operator...
2012-09-18 Hal FinkelAdd the freescale_ppc64_tree that should have been...
2012-09-18 Hal FinkelAdd C/C++ header locations for the Freescale SDK.
2012-09-18 Hal FinkelAdd e500mc and e5500 to the list of valid PPC CPU names.
2012-09-18 Eli FriedmanFix a small bug in the way we handle builtin candidates for
2012-09-18 Eli FriedmanAdd an extra check for invalid decls in the lambda...
2012-09-18 Benjamin KramerRemove invalid double colon in test case was previously...
2012-09-18 Fariborz Jahanianminor refactoring of my last check-in.
2012-09-18 Fariborz Jahanianc: warn when an integer value comparison with an
2012-09-18 Roman DivackyFollow up on llvm r164132.
2012-09-18 Hans WennborgWarn about self references in in-class initializers.
2012-09-18 Daniel JasperFix isDerivedFrom matcher.
2012-09-18 Daniel JasperAdd missing matcher for C-style cast expressions.
2012-09-18 Benjamin KramerDisable some tests that fail when the x86 backend isn...
2012-09-18 Daniel JasperMake all VariadicDynCast-Expr-matchers StatementMatchers
2012-09-18 Craig TopperRemove an unused private field exposed by the recent...
2012-09-18 Craig TopperRemove an unused private field exposed by the recent...
2012-09-18 Craig TopperRemove an unused private field exposed by the recent...
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-18 Richard SmithIf a comma operator is followed by a token which unambi...
next