[PATCH] D154093: [clang-format] Break long strings in Verilog

sstwcw via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 15 19:46:02 PDT 2023


sstwcw marked an inline comment as done.
sstwcw added inline comments.


================
Comment at: clang/lib/Format/ContinuationIndenter.cpp:2247
                                            bool DryRun, bool Strict) {
-  std::unique_ptr<const BreakableToken> Token =
+  std::unique_ptr<BreakableToken> Token =
       createBreakableToken(Current, State, AllowBreak);
----------------
HazardyKnusperkeks wrote:
> This const can be readded, or not?
I forgot to add it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154093/new/

https://reviews.llvm.org/D154093



More information about the cfe-commits mailing list