summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/uninit-vals.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Prune calls to functions with linear CFGs that return a non-zero c...Kristof Umann2019-08-131-10/+2
* [analyzer] Improve tracing for uninitialized struct fieldsGeorge Karpenkov2018-08-291-0/+199
* Remove old UninitializedValues analysis.Ted Kremenek2011-03-151-55/+0
* [analyzer] The current UninitializedValuesChecker will go away, remove '-warn...Argyrios Kyrtzidis2011-02-281-0/+2
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-1/+1
* Prep for new warning.Mike Stump2009-07-211-1/+1
* Add another uninitialized values test case illustrating that the CFG correctlyTed Kremenek2009-03-301-0/+7
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Extend builtin "attribute" syntax to include a notation forDouglas Gregor2009-02-141-1/+3
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-1/+1
* Changed merge operation for uninitialized values analysis to "intersect" (pre...Ted Kremenek2008-03-221-1/+1
* The checking for the delimiters of expected error/warning messages wasBill Wendling2007-11-261-6/+6
* Added more test cases for uninitialized values checker.Ted Kremenek2007-11-241-0/+15
* Fixed bogus culling of uninitialized-values "taint" propagation during assign...Ted Kremenek2007-11-241-0/+29
OpenPOWER on IntegriCloud