aaron.ballman added a comment.

I'm not opposed, but the copy ctor and copy assignment operators are already 
deleted by default in this case (e.g., the class has data members with deleted 
copy constructors). So I agree this is an NFC change, but there's no bug being 
fixed which makes me think this should go back to the static analysis vendor to 
report this as a false positive.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155846/new/

https://reviews.llvm.org/D155846

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to