[PATCH] D120140: [clang-format] Avoid inserting space after C++ casts.

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 20 13:21:10 PST 2022


curdeius planned changes to this revision.
curdeius added a comment.

This commit provokes failures in formatting tests of polly.
Cf. https://lab.llvm.org/buildbot/#/builders/205/builds/3320.

That's probably because of ) being annotated as CastRParen instead of Unknown before, hence being kept on the same line with the next token.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120140



More information about the cfe-commits mailing list