summaryrefslogtreecommitdiffstats
path: root/test/Sema/uninit-variables.c
Commit message (Expand)AuthorAgeFilesLines
* Teach -Wuninitialized to recognize __attribute__((analyzer_noreturn))Ted Kremenek2012-09-121-0/+23
* When a && or || appears as the condition of a ?:, perform appropriateRichard Smith2012-07-241-0/+5
* Uninitialized variables: two little changes:Richard Smith2012-07-171-8/+13
* -Wuninitialized: Split the classification of DeclRefExprs as initialization orRichard Smith2012-07-171-2/+15
* Refine CFG so that '&&' and '||' don't lead to extra confluence points when u...Ted Kremenek2012-07-141-4/+4
* -Wuninitialized: assume that an __attribute__((returns_twice)) function mightRichard Smith2012-07-021-0/+19
* Don't warn about address-to-member used as part of initialisation, ifJoerg Sonnenberger2012-06-171-0/+4
* -Wuninitialized bugfix: when entering the scope of a variable with noRichard Smith2012-06-161-0/+25
* In response to some discussions on IRC, tweak the wording of the newRichard Smith2012-05-261-4/+6
* Split a chunk of -Wconditional-uninitialized warnings out into a separate flag,Richard Smith2012-05-251-6/+7
* Fix a note without a SourceLocation.Richard Trieu2012-05-031-0/+10
* Only warn at self-initialization if some later use is always uninitialized.Matt Beaumont-Gay2011-10-191-1/+9
* Tweak -Wuninitialized's handling of 'int x = x' to report that as the root ca...Ted Kremenek2011-10-131-4/+9
* r141345 also fixed a -Wuninitialized bug where loop conditions were not alway...Ted Kremenek2011-10-071-0/+6
* Fix infinite loop in -Wuninitialized reported in PR 11069.Ted Kremenek2011-10-071-0/+14
* Show either a location or a fixit note, not both, for uninitialized variable ...David Blaikie2011-09-101-28/+28
* -Wuninitialized: fix insidious bug resulting from interplay of blocks and dea...Ted Kremenek2011-09-021-0/+10
* Fix regression in -Wuninitialized involving VLAs. It turns out that we were ...Ted Kremenek2011-08-231-0/+9
* Move duplicate uninitialized warning suppression into theChandler Carruth2011-07-221-4/+4
* Fix false negative in -Wuninitialized involving a () wrapping an lvalue-to-rv...Ted Kremenek2011-07-191-2/+2
* Fix assertion failure in UninitializedValues.cpp where an lvalue to rvalue co...Ted Kremenek2011-07-191-0/+5
* Revert r135217, which wasn't the correct fix for PR10358. With thisChandler Carruth2011-07-161-4/+19
* Fix false negative reported in PR 10358 by using 'Unknown' in -Wuninitialized...Ted Kremenek2011-07-141-4/+4
* Fix crash in -Wuninitialized when using switch statments whose condition is a...Ted Kremenek2011-05-101-0/+13
* Switch 'is possibly uninitialized' to 'may be uninitialized' based onChandler Carruth2011-04-081-12/+12
* Now that the analyzer is distinguishing between uninitialized uses thatChandler Carruth2011-04-081-14/+14
* Commit a bit of a hack to fully handle the situation where variables areChandler Carruth2011-04-051-2/+4
* Fix PR9624 by explicitly disabling uninitialized warnings for direct self-init:Chandler Carruth2011-04-051-1/+1
* Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero...Ted Kremenek2011-04-041-1/+1
* -Wuninitialized: use "self-init" warning when issue uninitialized values warn...Ted Kremenek2011-04-041-1/+1
* -Wuninitialized: don't issue fixit for initializer if a variable declaration ...Ted Kremenek2011-04-041-1/+1
* -Wuninitialized should not warn about variables captured by blocks as byref.Ted Kremenek2011-03-311-0/+9
* Rename -Wuninitialized-maybe to -Wconditional-uninitialized.Ted Kremenek2011-03-171-1/+1
* Take 2: merge -Wuninitialized-experimental into -Wuninitialized. Only *must-...Ted Kremenek2011-03-151-1/+1
* Split warnings from -Wuninitialized-experimental into "must-be-initialized" a...Ted Kremenek2011-03-151-1/+1
* Remove old UninitializedValues analysis.Ted Kremenek2011-03-151-0/+68
* Move uninitialized variable checking back under -Wuninitialized-experimental....Ted Kremenek2011-02-071-1/+1
* Reenable -Wuninitialized warning for captured block variables.Ted Kremenek2011-02-031-2/+2
* Based on user feedback, swap -Wuninitialized diagnostics to have the warning ...Ted Kremenek2011-02-021-39/+39
* Enhance -Wuninitialized to better reason about || and &&, tracking dual dataf...Ted Kremenek2011-02-011-0/+20
* Teach -Wuninitialized about indirect goto. Fixes PR 9071.Ted Kremenek2011-01-271-0/+11
* Teach -Wuninitialized not to assert when analyzingTed Kremenek2011-01-271-0/+6
* Merge -Wuninitialized-experimental into -Wuninitialized.Ted Kremenek2011-01-261-1/+1
* Tweak -Wuninitialized-experimental to not emitTed Kremenek2011-01-261-0/+11
* Teach -Wuninitialized-experimental to also warnTed Kremenek2011-01-251-1/+21
* Teach -Wuninitialized-experimental about sizeof().Ted Kremenek2011-01-231-0/+12
* Provide -Wuninitialized-experimental fixitsTed Kremenek2011-01-211-13/+23
* Add basic fixits for -Wuninitialized-experimentalTed Kremenek2011-01-211-1/+1
* Enhance -Wuninitialized-experimental diagnosticsTed Kremenek2011-01-211-27/+27
* Add rudimentary path-sensitivity to UnintializedValuesV2Ted Kremenek2011-01-201-1/+60