[all-commits] [llvm/llvm-project] e426ae: [libcxx][dsl] Fix mutable default argument warning
Alexander Richardson via All-commits
all-commits at lists.llvm.org
Mon Oct 5 15:24:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e426ae2bd5e04ca57f36bfb64a5a466a6797cea1
https://github.com/llvm/llvm-project/commit/e426ae2bd5e04ca57f36bfb64a5a466a6797cea1
Author: Alex Richardson <Alexander.Richardson at cl.cam.ac.uk>
Date: 2020-10-05 (Mon, 05 Oct 2020)
Changed paths:
M libcxx/utils/libcxx/test/dsl.py
Log Message:
-----------
[libcxx][dsl] Fix mutable default argument warning
This is flagged by PyCharm and can cause subtle bugs. While changing this
also re-sort the imports and add missing ones.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D88816
More information about the All-commits
mailing list