summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/stack-addr-ps.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Added compound literal test case.Ted Kremenek2008-10-271-0/+3
| | | | llvm-svn: 58279
* Enhanced path-sensitive return-of-stack-address check to print out the name ↵Ted Kremenek2008-07-311-3/+3
| | | | | | of the variable whose address was returned. llvm-svn: 54253
* Refactored all logic to run the GRSimpleVals and CFRef checker into a commonTed Kremenek2008-04-101-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 addressTed Kremenek2008-03-311-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
OpenPOWER on IntegriCloud