[PATCH] D77022: [analyzer] Use IgnoreImpCasts() instead of reimplementing it.
    Artem Dergachev via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sun Mar 29 13:56:05 PDT 2020
    
    
  
NoQ added a comment.
Fair!
================
Comment at: clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp:512
+  return E->IgnoreImpCasts();
 }
 
----------------
Charusso wrote:
> I think it would make sense to remove the helper-function completely. (Being used 2 times.)
Yup.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77022/new/
https://reviews.llvm.org/D77022
    
    
More information about the cfe-commits
mailing list