aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-16revert r177211 due to its potential issuesManman Ren
2013-03-16[analyzer] Model trivial copy/move assignment operators with a bind as well.Jordan Rose
2013-03-16Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis
2013-03-16[analyzer] Separate graph trimming from creating the single-path graph.Jordan Rose
2013-03-16[analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef.Jordan Rose
2013-03-16[analyzer] Don't repeat a bug equivalence class if every report is invalid.Jordan Rose
2013-03-16Exploit this-return of a callsite in a this-return function.Manman Ren
2013-03-15Improve template diffing handling of default integer values.Richard Trieu
2013-03-15[analyzer] Address a TODO in the StreamChecker; otherwise the output is non-d...Anna Zaks
2013-03-15[analyzer] Use isLiveRegion to determine when SymbolRegionValue is dead.Anna Zaks
2013-03-15[analyzer] BugReporterVisitors: handle the case where a ternary operator is w...Anna Zaks
2013-03-15[analyzer] Address Jordan’s review of r177138 (a micro optimization)Anna Zaks
2013-03-15Fix buffer underrun (invalid read) triggered during diagnostic rendering. Th...Ted Kremenek
2013-03-15[modules] Don't record the macros from the predefines buffer.Argyrios Kyrtzidis
2013-03-15<rdar://problem/13426257> Introduce SDKSettings.plist as an input file depend...Douglas Gregor
2013-03-15Simplify print logic, per feedback from Jordan Rose.Ted Kremenek
2013-03-15Enhance -Wtautological-constant-out-of-range-compare to include the name of t...Ted Kremenek
2013-03-15[analyzer] Make GRBugReporter::generatePathDiagnostic iterative, not recursive.Jordan Rose
2013-03-15[analyzer] Collect stats on the max # of bug reports in an equivalence class.Jordan Rose
2013-03-15[analyzer] Include opcode in dumping a SymSymExpr.Jordan Rose
2013-03-15[analyzer] Look through ExprWhenCleanups when trying to track a NULL.Jordan Rose
2013-03-15Add some assertions to appease the static analyzer.Jordan Rose
2013-03-15Remove unnecessary default in covered switch over enumDavid Blaikie
2013-03-15[AST] Add a fast path to ConstantArrayType::getNumAddressingBits().Daniel Dunbar
2013-03-15c: perform integer overflow check on all binaryFariborz Jahanian
2013-03-15Refactor template diffing to store an enum that records which type ofRichard Trieu
2013-03-15ClangTool output cleanupEdwin Vane
2013-03-15Revert "Remove a pointless assertion."Bob Wilson
2013-03-15Force column info only for direct inlined functions. This should strikeAdrian Prantl
2013-03-15c: Also chek for integer overflow for '%' operator.Fariborz Jahanian
2013-03-15c: add the missing binary operatory when checkingFariborz Jahanian
2013-03-15Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for ...Sylvestre Ledru
2013-03-15Remove a pointless assertion.Nico Weber
2013-03-15Improve formatting of chained calls.Daniel Jasper
2013-03-15Indent all lines in a multi-line comment by the same amount.Alexander Kornienko
2013-03-15Fixup for r176934. More careful setup of path to llvm-symbolizerAlexey Samsonov
2013-03-15[analyzer] Refactor checks in IDC visitor for consistency and speedAnna Zaks
2013-03-15[analyzer] Teach trackNullOrUndef to look through ternary operatorsAnna Zaks
2013-03-15PR15290: 'this' is not permitted in the declaration of a friend function,Richard Smith
2013-03-15Silence anonymous type in anonymous union warnings.Eric Christopher
2013-03-14Diagnose about extern "C" functions returning c++ objectsFariborz Jahanian
2013-03-14Don't try to typo-correct 'super' in an objc method.Argyrios Kyrtzidis
2013-03-14Add a testcase for r177118.Adrian Prantl
2013-03-14[analyzer] Change the way in which IDC Visitor decides to kick in and make su...Anna Zaks
2013-03-14Always declare the .block_descriptor parameter, not just the local copy.Adrian Prantl
2013-03-14[PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't ...Douglas Gregor
2013-03-14Allocate stack storage for .block_descriptor and captured self at -O0.Adrian Prantl
2013-03-14[analyzer] Fix scan-build's -stats mode.Jordan Rose
2013-03-14Implements memoization for ancestor matching.Manuel Klimek
2013-03-14Multi-line comment alignmentAlexander Kornienko