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

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 24 14:54:53 PST 2021


HazardyKnusperkeks added a comment.

In D114430#3151082 <https://reviews.llvm.org/D114430#3151082>, @klimek wrote:

> Thanks for cleaning up after me, and sorry for the mess - do y'all have clang-format set up as a presubmit or do you just remember to format manually?

I think one "problem" is that it did not go through review, otherwise the there were notes in the review. ;)
I use QtCreator with its clang-format integration and the changed lines get formatted as soon as I press `;` or `}`. Additionally I can format the current line(s).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114430



More information about the cfe-commits mailing list