[all-commits] [llvm/llvm-project] bdca41: [clang] Auto-detect which newline style to use for...
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Wed Mar 19 13:12:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bdca412681d668231aed0cb58b450713e8f9b01a
https://github.com/llvm/llvm-project/commit/bdca412681d668231aed0cb58b450713e8f9b01a
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2025-03-20 (Thu, 20 Mar 2025)
Changed paths:
M clang/www/make_cxx_dr_status
Log Message:
-----------
[clang] Auto-detect which newline style to use for `cxx_dr_status.html` (#132045)
Aaron reported that `make_cxx_dr_status` replaces all newlines in
`cxx_dr_status.html`, which makes for a huge diff. On Windows, we can't
be compatible with all `autocrlf` modes at once, so this patch adds
autodetection of newline style using the existing file, if one is
present (which should be the case for all reasonable use cases).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list