Issue 75686
Summary `bugprone-exception-escape.FunctionsThatShouldNotThrow` should consider `iter_move` and `iter_swap`
Labels enhancement, good first issue, clang-tidy
Assignees
Reporter cjdb
    These are the (moral) equivalent of `*std::move(i)` and `swap(*i, *j)`, and shouldn't throw either.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to