[PATCH] D91893: [clang-tidy] performance-unnecessary-copy-initialization: Prevent false positives when dependent variable is modified.
    Felix Berger via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Dec  3 14:02:24 PST 2020
    
    
  
flx updated this revision to Diff 309361.
flx added a comment.
Fixed clang tidy warnings.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91893/new/
https://reviews.llvm.org/D91893
Files:
  clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
  clang-tools-extra/clang-tidy/utils/DeclRefExprUtils.cpp
  clang-tools-extra/clang-tidy/utils/Matchers.h
  clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-copy-initialization.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91893.309361.patch
Type: text/x-patch
Size: 12279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201203/3d57cbd0/attachment.bin>
    
    
More information about the cfe-commits
mailing list