Skip to content
  • Anna Zaks's avatar
    [analyzer] Make Malloc Checker optimistic in presence of inlining. · 3d34834b
    Anna Zaks authored
    (In response of Ted's review of r150112.)
    
    This moves the logic which checked if a symbol escapes through a
    parameter to invalidateRegionCallback (instead of post CallExpr visit.)
    
    To accommodate the change, added a CallOrObjCMessage parameter to
    checkRegionChanges callback.
    
    llvm-svn: 150513
    3d34834b
Loading