[PATCH] D104601: [Preprocessor] Implement -fminimize-whitespace.
Michael Kruse via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 27 17:08:32 PDT 2021
Meinersbur added a comment.
Proposed fix here: D106924 <https://reviews.llvm.org/D106924>
The reproducer had another whitespace difference before and after D104601 <https://reviews.llvm.org/D104601>: " typedef __builtin_va_list __gnuc_va_list;" instead of " typedef __builtin_va_list __gnuc_va_list;" (two spaces before "typedef" instead of one). I assume this is not the issue, especially since the source file (`include\vadefs.h`) acutally has two spaces before "typedef".
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