Skip to content
  • Ted Kremenek's avatar
    Added extra semantic checking to do basic detection of · cff94fa2
    Ted Kremenek authored
    "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
    cff94fa2
Loading