[all-commits] [llvm/llvm-project] 94e754: Revert "[clang-format] Fix overlapping replacement...
PiJoules via All-commits
all-commits at lists.llvm.org
Wed Jun 7 16:46:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94e75469597f197f9c4b45baa6c8a576c78dbd02
https://github.com/llvm/llvm-project/commit/94e75469597f197f9c4b45baa6c8a576c78dbd02
Author: Leonard Chan <leonardchan at google.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M clang/lib/Format/UnwrappedLineFormatter.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
Revert "[clang-format] Fix overlapping replacements before PPDirectives"
This reverts commit 4b9764959dc4b8783e18747c1742ab164e4bc4ee.
Reverting since this causes clang-formtat to incorrectly fall into an
error path yet return a zero exit code despite not formatting the file
at all.
See https://github.com/llvm/llvm-project/issues/63170
More information about the All-commits
mailing list