[PATCH] D146288: clang-tidy: Detect use-after-move in CXXCtorInitializer
    Eugene Zelenko via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Mar 17 07:35:03 PDT 2023
    
    
  
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:190
 
+- Improved :doc:`bugprone-use-after-move
+  <clang-tidy/checks/bugprone/use-after-move>` check to also cover constructor
----------------
Please keep alphabetical order (by check name) in this section.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146288/new/
https://reviews.llvm.org/D146288
    
    
More information about the cfe-commits
mailing list