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