[PATCH] D104601: [Preprocessor] Implement -fnormalize-whitespace.
Michael Kruse via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 29 13:37:49 PDT 2021
Meinersbur updated this revision to Diff 355350.
Meinersbur marked 6 inline comments as done.
Meinersbur added a comment.
- Address review by @aaron.ballman
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104601/new/
https://reviews.llvm.org/D104601
Files:
clang/docs/ClangCommandLineReference.rst
clang/include/clang/Driver/Options.td
clang/include/clang/Frontend/PreprocessorOutputOptions.h
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/PrintPreprocessedOutput.cpp
clang/test/CXX/lex/lex.pptoken/p3-2a.cpp
clang/test/Preprocessor/c99-6_10_3_4_p5.c
clang/test/Preprocessor/c99-6_10_3_4_p6.c
clang/test/Preprocessor/comment_save.c
clang/test/Preprocessor/first-line-indent.c
clang/test/Preprocessor/hash_line.c
clang/test/Preprocessor/line-directive-output-normcol.c
clang/test/Preprocessor/line-directive-output.c
clang/test/Preprocessor/macro_space.c
clang/test/Preprocessor/normalize-whitespace.c
clang/test/Preprocessor/print_line_include.c
clang/test/Preprocessor/stringize_space.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104601.355350.patch
Type: text/x-patch
Size: 36645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210629/6f155187/attachment-0001.bin>
More information about the cfe-commits
mailing list