Skip to content
  • Hans Wennborg's avatar
    Merging r293604: · 7d2f60d3
    Hans Wennborg authored
    ------------------------------------------------------------------------
    r293604 | sammccall | 2017-01-30 21:23:20 -0800 (Mon, 30 Jan 2017) | 12 lines
    
    In VirtualCallChecker, handle indirect calls
    
    Summary:
    In VirtualCallChecker, handle indirect calls.
    
    getDirectCallee() can be nullptr, and dyn_cast(nullptr) is UB
    
    Reviewers: bkramer
    
    Subscribers: cfe-commits
    
    Differential Revision: https://reviews.llvm.org/D29303
    ------------------------------------------------------------------------
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_40@296154 91177308-0d34-0410-b5e6-96231b3b80d8
    7d2f60d3