LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 51261 - Backport D106924 "[Preprocessor] -E -P: Ensure newline after 8 skipped lines" into clang-13.0.0.0
Summary: Backport D106924 "[Preprocessor] -E -P: Ensure newline after 8 skipped lines"...
Status: RESOLVED WONTFIX
Alias: None
Product: clang
Classification: Unclassified
Component: Frontend (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P enhancement
Assignee: Unassigned Clang Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-28 21:27 PDT by Michael Kruse
Modified: 2021-08-01 17:14 PDT (History)
5 users (show)

See Also:
Fixed By Commit(s): c6b0b16c0f55c34f4eaa05184815bbbe97f4b750


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Kruse 2021-07-28 21:27:44 PDT
This fix after D104601 that has been committed before the clang-13 branch. Backport has also been requested by @mstorsjo.
Comment 1 Michael Kruse 2021-08-01 17:14:57 PDT
 * Adding fix for second regression 0e2586779ca6606a3df085f253a31b89b8ad8508
 * Superseded by PR51300 (Revert the -fminimize-whitespace feature on clang-13.x branch as suggested by @aaron.ballman)
   * Remove from blocking release-13.0.0
   * Change status to RESOLVED -> WON'T FIX