[PATCH] D104601: [Preprocessor] Implement -fnormalize-whitespace.

Michael Kruse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 20 14:46:34 PDT 2021


Meinersbur added a comment.

In D104601#2831746 <https://reviews.llvm.org/D104601#2831746>, @dblaikie wrote:

> but for my money this seems pretty problematic - will make quoted text in compiler diagnostics weird/difficult to read, etc.

FWIW, clang has a line length limit of 4096 <https://github.com/llvm/llvm-project/blob/1d68ecafd6ad9ba8857c78e567abbc58810329c1/clang/lib/Frontend/TextDiagnostic.cpp#L1162> for printing diagnostics.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104601



More information about the cfe-commits mailing list