[all-commits] [llvm/llvm-project] 4e627a: [test] Disable the -Wself-move warning that trigge...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Thu Aug 24 16:42:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e627a3a9b9d5fad0e46681182d015ee66ea3d59
https://github.com/llvm/llvm-project/commit/4e627a3a9b9d5fad0e46681182d015ee66ea3d59
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M llvm/unittests/Option/OptionParsingTest.cpp
Log Message:
-----------
[test] Disable the -Wself-move warning that triggers on exactly what is being tested (NFC)
/Users/jiefu/llvm-project/llvm/unittests/Option/OptionParsingTest.cpp:251:6: error: explicitly moving variable of type 'InputArgList' to itself [-Werror,-Wself-move]
AL = std::move(AL);
~~ ^ ~~
1 error generated.
More information about the All-commits
mailing list