Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Teach UninitializedValuesV2 to implicitly reason about C++ | Ted Kremenek | 2011-01-18 | 1 | -0/+9 | |
| | | | | | | | | references by monitoring whether an access to a variable is solely to compute it's lvalue or to do an lvalue-to-rvalue conversion (i.e., a load). llvm-svn: 123777 | |||||
* | Correctly enable test/Sema/unit-variables.c, | Ted Kremenek | 2011-01-18 | 1 | -1/+1 | |
| | | | | | | | thus identifying a minor logical flaw in UninitializedValuesV2.cpp. llvm-svn: 123734 | |||||
* | Teach UninitializedValuesV2 about "int x = x" and | Ted Kremenek | 2011-01-18 | 1 | -0/+16 | |
| | | | | | | also properly handle confluence of loops. llvm-svn: 123733 | |||||
* | Add initial prototype for implementation of | Ted Kremenek | 2011-01-15 | 1 | -0/+88 | |
-Wuninitialized based on CFG dataflow analysis. WIP. llvm-svn: 123512 |