[PATCH] D76229: [clang-tidy] Added PlacementNewStorageCheck
    Aaron Ballman via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Mar 16 13:09:09 PDT 2020
    
    
  
aaron.ballman added a comment.
Have you considered making this a static analyzer check as opposed to a clang-tidy check? I think using dataflow analysis will really reduce the false positives because it will be able to track the allocation and alignment data across control flow.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76229/new/
https://reviews.llvm.org/D76229
    
    
More information about the cfe-commits
mailing list