Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added compound literal test case. | Ted Kremenek | 2008-10-27 | 1 | -0/+3 | |
| | | | | llvm-svn: 58279 | |||||
* | Enhanced path-sensitive return-of-stack-address check to print out the name ↵ | Ted Kremenek | 2008-07-31 | 1 | -3/+3 | |
| | | | | | | of the variable whose address was returned. llvm-svn: 54253 | |||||
* | Refactored all logic to run the GRSimpleVals and CFRef checker into a common | Ted Kremenek | 2008-04-10 | 1 | -1/+1 | |
| | | | | | | | | code path in the clang driver. Renamed options --grsimple to -checker-simple and -check-cfref to -checker-cfref. llvm-svn: 49500 | |||||
* | Added path-sensitive check for return statements that return the address | Ted Kremenek | 2008-03-31 | 1 | -0/+21 | |
of a stack variable. This is the path-sensitive version of a check that is already done during semantic analysis. llvm-svn: 48980 |