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

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 21 17:47:48 PDT 2021


dblaikie added a comment.

One of the concerns I'd have, for instance (have you done some broad testing of these patches on sizable code bases?) is that it wouldn't surprise me if clang had some scalability bugs/issues with very long source lines - so it might be necessary to introduce some (arbitrary?) newlines to break up the code. Though I'm not sure - no need to do that pre-emptively, but might be good to have some data that indicates whether this might be a problem or not.


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