[all-commits] [llvm/llvm-project] 026598: [sanitizers] convert some errant CRLF line endings...

Charlie Barto via All-commits all-commits at lists.llvm.org
Thu Sep 19 10:46:07 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0265981b6ec0f46fc372897fef7f945d8f4625c2
      https://github.com/llvm/llvm-project/commit/0265981b6ec0f46fc372897fef7f945d8f4625c2
  Author: Charlie Barto <chbarto at microsoft.com>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    M compiler-rt/lib/asan/asan_malloc_win_thunk.cpp
    M compiler-rt/lib/asan/asan_win_common_runtime_thunk.cpp
    M compiler-rt/lib/asan/asan_win_common_runtime_thunk.h
    M compiler-rt/lib/asan/asan_win_static_runtime_thunk.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_win_interception.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_win_interception.h
    M compiler-rt/lib/sanitizer_common/sanitizer_win_thunk_interception.cpp
    M compiler-rt/test/asan/TestCases/Posix/strndup_oob_test2.cpp

  Log Message:
  -----------
  [sanitizers] convert some errant CRLF line endings to LF (#108454)

(nfc) 

https://github.com/llvm/llvm-project/pull/107899 Added some files with
CRLF line endings. Mixed line endings are somewhat gross, so I've
converted them all to unix.



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