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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to