summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/misc-ps.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Accept references to variables declared "extern void" (C only).Jordan Rose2013-05-291-1/+17
* [analyzer] When creating a trimmed graph, preserve whether a node is a sink.Jordan Rose2013-04-061-0/+12
* Refine analyzer's handling of unary '!' and floating types to not assert.Ted Kremenek2013-01-111-0/+6
* Correctly propagate uninitialized values within logical expressions.Ted Kremenek2013-01-111-0/+6
* Add test case for <rdar://problem/12075238>, which recently got fixed by chan...Ted Kremenek2012-09-071-0/+18
* Update ExprEngine's handling of ternary operators to find the ternary expressionTed Kremenek2012-07-251-0/+7
* Have ScanReachableSymbols reported reachable regions. Fixes a false positive...Ted Kremenek2012-02-211-0/+15
* [analyzer] Be less pessimistic about invalidation of global variablesAnna Zaks2012-01-041-18/+0
* [analyzer;Regionstore] handle loads from StringLiteral elements for StringLit...Ted Kremenek2011-11-141-0/+9
* [analyzer] Fix PR11282 - an assert in markAsSinkAnna Zaks2011-11-011-0/+14
* [analyzer] BranchNodeBuilder should not generate autotransitions.Anna Zaks2011-11-011-0/+10
* Add test case for analyzer crash reported in <rdar://problem/10308201> (which...Ted Kremenek2011-10-201-0/+15
* [analyzer] PR8962 again. Ban ParenExprs (and friends) from block-level expres...Jordy Rose2011-06-101-0/+19
* [analyzer] Ignore parentheses around block-level expressions when computing l...Jordy Rose2011-06-091-0/+12
* [analyzer] Look through __extension__ expressions in a GRState's Environment....Jordy Rose2011-06-081-0/+14
* static analyzer: when conservatively evaluating functions, don't invalidate t...Ted Kremenek2011-05-251-0/+38
OpenPOWER on IntegriCloud