summaryrefslogtreecommitdiffstats
path: root/test/Analysis/edges-new.mm
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix memory error bug category capitalization.Artem Dergachev2017-05-031-2/+2
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-2/+2
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-2/+2
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-2/+2
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-2/+2
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-2/+2
* [analyzer] Include type name in Retain Count Checker diagnosticsAnna Zaks2016-12-151-6/+6
* [analyzer] Improve "Assuming..." diagnostic pieces for logical operators.Artem Dergachev2016-10-051-80/+12
* [analyzer] Add "Assuming..." diagnostic pieces for unsupported conditions.Artem Dergachev2016-10-051-30/+1663
* [analyzer] Bug identificationGabor Horvath2015-10-221-51/+153
* [Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath2015-02-091-0/+51
* [analyzer] Specialize "loop executed 0 times" for for-in and for-range loops.Jordan Rose2013-11-081-18/+18
* [analyzer] Don't draw edges to C++11 in-class member initializers.Jordan Rose2013-10-161-0/+196
* [analyzer; alternate edges] Fix the edge locations in presence of macros.Anna Zaks2013-06-081-34/+0
* [analyzer; new edges] Simplify edges in a C++11 for-range loop.Jordan Rose2013-06-061-291/+6066
* [analyzer; new edges] Don't crash if the top-level entry edge is missing.Jordan Rose2013-06-061-0/+183
* [analyzer; new edges] Ignore self-edges, not all edges with the same location.Jordan Rose2013-06-061-42/+110
* [analyzer; new edges] Omit subexpression back-edges that span multiple lines.Jordan Rose2013-06-031-34/+0
* [analyzer; new edges] Don't eliminate subexpr edge cycles if the line is long.Jordan Rose2013-06-031-1316/+2244
* [analyzer; new edges] Eliminate "cycle edges" for a single subexpression.Jordan Rose2013-06-031-301/+554
* [analyzer; new edges] Extra test case.Jordan Rose2013-06-031-526/+813
* [analyzer; new edges] Improve enclosing contexts for logical expressions.Jordan Rose2013-06-031-403/+1602
* [analyzer; new edges] Include context for edges to sub-expressions.Jordan Rose2013-06-031-20/+530
* CFG: In a DeclStmt, skip anything that's not a VarDecl.Jordan Rose2013-06-031-70/+2
* [analyzer; new edges] add simplifySimpleBranches() to reduce edges for branches.Ted Kremenek2013-05-311-918/+34
* [analyzer; new edges] in splitBranchConditionEdges() do not check that predec...Ted Kremenek2013-05-311-12/+352
* Revert "[analyzer; alternate edges] don't add an edge incoming from the start...Jordan Rose2013-05-301-0/+34
* [analyzer; new edges] In for(;;), use the ForStmt itself for loop notes.Jordan Rose2013-05-301-0/+10875