[all-commits] [llvm/llvm-project] ae10ba: [libcxxabi][test][NFC] Turn off clang-format for d...
Michael Buch via All-commits
all-commits at lists.llvm.org
Mon Nov 27 06:24:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae10baf0a0dff53837c3729b8bde64505f54f7aa
https://github.com/llvm/llvm-project/commit/ae10baf0a0dff53837c3729b8bde64505f54f7aa
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M libcxxabi/test/test_demangle.pass.cpp
Log Message:
-----------
[libcxxabi][test][NFC] Turn off clang-format for demangler test-case array (#73503)
Adding test-cases to the `cases` array causes `git clang-format` to
split the strings of many of the existing test-cases, making them harder
to read/work with in most cases.
This patch disables `clang-format` for the `cases` array so it doesn't
catch anyone off-guard in the future.
More information about the All-commits
mailing list