[all-commits] [llvm/llvm-project] 6874df: [clang-tidy] Fix bugprone-use-after-move when move...
Nathan James via All-commits
all-commits at lists.llvm.org
Mon Jan 27 16:39:12 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6874dfce3aef4a0d85fc9d45f4c9c3d90cfcbf6e
https://github.com/llvm/llvm-project/commit/6874dfce3aef4a0d85fc9d45f4c9c3d90cfcbf6e
Author: Nathan <n.james93 at hotmail.co.uk>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone-use-after-move.cpp
Log Message:
-----------
[clang-tidy] Fix bugprone-use-after-move when move is in noexcept operator
Summary: Fixes [[ https://bugs.llvm.org/show_bug.cgi?id=44667 | noexcept operator misinterpreted as being evaluated ]].
Reviewers: aaron.ballman, alexfh, JonasToth, hokein, gribozavr2
Reviewed By: gribozavr2
Subscribers: merge_guards_bot, Quuxplusone, xazax.hun, cfe-commits
Tags: #clang, #clang-tools-extra
Differential Revision: https://reviews.llvm.org/D73441
More information about the All-commits
mailing list