diff options
| author | Kazu Hirata <kazu@google.com> | 2025-11-01 12:41:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-01 12:41:43 -0700 |
| commit | b575edc75757aa60f25a9fe081378b16cb753105 (patch) | |
| tree | c5e9aefc9589621fd44dd90f2d63a70f58404263 /llvm/unittests/Support/BinaryStreamTest.cpp | |
| parent | ec8d85f08d3e75e62cde64f0c27cda12b5e5da28 (diff) | |
| download | llvm-b575edc75757aa60f25a9fe081378b16cb753105.zip llvm-b575edc75757aa60f25a9fe081378b16cb753105.tar.gz llvm-b575edc75757aa60f25a9fe081378b16cb753105.tar.bz2 | |
[ADT, Support] Use "= default" (NFC) (#166007)
Identified with modernize-use-equals-default.
Diffstat (limited to 'llvm/unittests/Support/BinaryStreamTest.cpp')
| -rw-r--r-- | llvm/unittests/Support/BinaryStreamTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/BinaryStreamTest.cpp b/llvm/unittests/Support/BinaryStreamTest.cpp index 70cd403..06ed12b 100644 --- a/llvm/unittests/Support/BinaryStreamTest.cpp +++ b/llvm/unittests/Support/BinaryStreamTest.cpp @@ -110,7 +110,7 @@ constexpr uint32_t NumStreams = 2 * NumEndians; class BinaryStreamTest : public testing::Test { public: - BinaryStreamTest() {} + BinaryStreamTest() = default; void SetUp() override { Streams.clear(); |
