[all-commits] [llvm/llvm-project] ab3696: [llvm-exegesis] Remove unnecessary deletion of an ...
topperc via All-commits
all-commits at lists.llvm.org
Thu Feb 27 14:33:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ab369659338e905fe8241f07d4136ffa4405113b
https://github.com/llvm/llvm-project/commit/ab369659338e905fe8241f07d4136ffa4405113b
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-02-27 (Thu, 27 Feb 2020)
Changed paths:
M llvm/tools/llvm-exegesis/lib/SnippetGenerator.h
Log Message:
-----------
[llvm-exegesis] Remove unnecessary deletion of an assignment operator of WrappingIterator that angers some versions of MSVC
The deletion of the const WrappingIterator & should already cover this.
More information about the All-commits
mailing list