================
@@ -227,6 +230,7 @@ class PragmaIncludes::RecordPragma : public PPCallbacks, 
public CommentHandler {
       IncludedHeader = *File;
     checkForExport(HashFID, HashLine, std::move(IncludedHeader), File);
----------------
vvd170501 wrote:

`std::move` should be removed, because `IncludedHeader` is now also used for 
`checkForDeducedAssociated`.

Current implementation of `clang::include_cleaner::Header` is trivially 
movable, so `IncludedHeader` is unchanged, but it's safer to not rely on this 
fact.

https://github.com/llvm/llvm-project/pull/67228
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to