[PATCH] D114430: [clang-format] NFC - recent changes caused clang-format to no longer be clang-formatted.

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 23 03:29:13 PST 2021


MyDeveloperDay created this revision.
MyDeveloperDay added reviewers: klimek, HazardyKnusperkeks, curdeius, owenpan.
MyDeveloperDay added projects: clang, clang-format.
MyDeveloperDay requested review of this revision.

The following 2 commits caused files in clang-format to no longer be clang-formatted.

we would lose our "clean" status https://releases.llvm.org/13.0.0/tools/clang/docs/ClangFormattedStatus.html

c2271926a4fc <https://reviews.llvm.org/rGc2271926a4fc395e05cf75a8e57c2dfab1f02d3d>  - Make clang-format fuzz through Lexing with asserts enabled (https://github.com/llvm/llvm-project/commit/c2271926a4fc )

84bf5e328664 <https://reviews.llvm.org/rG84bf5e328664db2e744c4651c52d2460b1733d09> - Fix various problems found by fuzzing. (https://github.com/llvm/llvm-project/commit/84bf5e328664)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114430

Files:
  clang/lib/Format/Format.cpp
  clang/lib/Format/SortJavaScriptImports.cpp
  clang/lib/Format/TokenAnalyzer.cpp
  clang/lib/Format/TokenAnnotator.cpp
  clang/lib/Format/WhitespaceManager.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114430.389145.patch
Type: text/x-patch
Size: 5434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211123/aba77db5/attachment.bin>


More information about the cfe-commits mailing list