Skip to content
Commit cff94fa2 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Added extra semantic checking to do basic detection of

"return of stack addresses."  ParseReturnStmt now calls CheckReturnStackAddr
to determine if the expression in the return statement evaluates to an
address of a stack variable.  If so, we issue a warning. 

llvm-svn: 41141
parent a3a9c438
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment