[all-commits] [llvm/llvm-project] 44c42b: nominmax

Maksim Levental via All-commits all-commits at lists.llvm.org
Mon Mar 23 09:51:00 PDT 2026


  Branch: refs/heads/users/makslevental/claude-unity-build
  Home:   https://github.com/llvm/llvm-project
  Commit: 44c42beef60e424205986e7444e00969099b333b
      https://github.com/llvm/llvm-project/commit/44c42beef60e424205986e7444e00969099b333b
  Author: makslevental <maksim.levental at gmail.com>
  Date:   2026-03-23 (Mon, 23 Mar 2026)

  Changed paths:
    M clang-tools-extra/clangd/support/Threading.cpp
    M clang/tools/libclang/CIndexer.cpp
    M clang/tools/offload-arch/AMDGPUArchByHIP.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtraCountersWindows.cpp
    M compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
    M compiler-rt/lib/interception/interception_win.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_unwind_win.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
    M compiler-rt/lib/stats/stats_client.cpp
    M compiler-rt/test/asan/TestCases/Windows/aligned_mallocs.cpp
    M compiler-rt/test/asan/TestCases/Windows/beginthreadex.cpp
    M compiler-rt/test/asan/TestCases/Windows/bind_io_completion_callback.cpp
    M compiler-rt/test/asan/TestCases/Windows/bitfield.cpp
    M compiler-rt/test/asan/TestCases/Windows/bitfield_uaf.cpp
    M compiler-rt/test/asan/TestCases/Windows/crash_read_write.cpp
    M compiler-rt/test/asan/TestCases/Windows/dll_heap_allocation.cpp
    M compiler-rt/test/asan/TestCases/Windows/dll_host.cpp
    M compiler-rt/test/asan/TestCases/Windows/dll_report_globals_symbolization_at_startup.cpp
    M compiler-rt/test/asan/TestCases/Windows/dll_thread_stack_array_left_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/dll_unload.cpp
    M compiler-rt/test/asan/TestCases/Windows/global_const_string.cpp
    M compiler-rt/test/asan/TestCases/Windows/global_const_string_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/heapalloc.cpp
    M compiler-rt/test/asan/TestCases/Windows/heapalloc_dll_double_free.cpp
    M compiler-rt/test/asan/TestCases/Windows/heapalloc_dll_unload_realloc_uaf.cpp
    M compiler-rt/test/asan/TestCases/Windows/heapalloc_doublefree.cpp
    M compiler-rt/test/asan/TestCases/Windows/heapalloc_flags_fallback.cpp
    M compiler-rt/test/asan/TestCases/Windows/heapalloc_huge.cpp
    M compiler-rt/test/asan/TestCases/Windows/heapalloc_rtl_transfer.cpp
    M compiler-rt/test/asan/TestCases/Windows/heapalloc_sanity.cpp
    M compiler-rt/test/asan/TestCases/Windows/heapalloc_transfer.cpp
    M compiler-rt/test/asan/TestCases/Windows/heapalloc_uaf.cpp
    M compiler-rt/test/asan/TestCases/Windows/heapalloc_zero_size.cpp
    M compiler-rt/test/asan/TestCases/Windows/heaprealloc.cpp
    M compiler-rt/test/asan/TestCases/Windows/heaprealloc_alloc_zero.cpp
    M compiler-rt/test/asan/TestCases/Windows/msvc/dll_control_c.cpp
    M compiler-rt/test/asan/TestCases/Windows/msvc/dll_seh.cpp
    M compiler-rt/test/asan/TestCases/Windows/msvc/seh.cpp
    M compiler-rt/test/asan/TestCases/Windows/msvc/tls_init.cpp
    M compiler-rt/test/asan/TestCases/Windows/operator_array_new_right_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/operator_array_new_uaf.cpp
    M compiler-rt/test/asan/TestCases/Windows/operator_delete_wrong_argument.cpp
    M compiler-rt/test/asan/TestCases/Windows/operator_new_left_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/operator_new_right_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/operator_new_uaf.cpp
    M compiler-rt/test/asan/TestCases/Windows/queue_user_work_item.cpp
    M compiler-rt/test/asan/TestCases/Windows/queue_user_work_item_report.cpp
    M compiler-rt/test/asan/TestCases/Windows/recalloc_sanity.cpp
    M compiler-rt/test/asan/TestCases/Windows/report_after_syminitialize.cpp
    M compiler-rt/test/asan/TestCases/Windows/report_globals_reload_dll.cpp
    M compiler-rt/test/asan/TestCases/Windows/report_globals_vs_freelibrary.cpp
    M compiler-rt/test/asan/TestCases/Windows/rtlallocateheap.cpp
    M compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_dll_unload_double_free.cpp
    M compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_dll_unload_realloc.cpp
    M compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_flags_fallback.cpp
    M compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_realloc_in_place.cpp
    M compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_zero.cpp
    M compiler-rt/test/asan/TestCases/Windows/rtlsizeheap_zero.cpp
    M compiler-rt/test/asan/TestCases/Windows/thread_simple.cpp
    M compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/thread_stack_array_right_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/thread_stack_reuse.cpp
    M compiler-rt/test/asan/TestCases/Windows/thread_stress.cpp
    M compiler-rt/test/asan/TestCases/Windows/thread_suspended.cpp
    M compiler-rt/test/asan/TestCases/Windows/user-exception.cpp
    M compiler-rt/test/asan/TestCases/Windows/windows_h.cpp
    M compiler-rt/test/asan/TestCases/exitcode.cpp
    M compiler-rt/test/asan/TestCases/ill.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Windows/dump_registers_aarch64.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Windows/dump_registers_i386.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Windows/dump_registers_x86_64.cpp
    M flang-rt/lib/runtime/trampoline.cpp
    M libcxx/test/libcxx-03/diagnostics/system_error_win_codes.pass.cpp
    M libcxx/test/libcxx/diagnostics/syserr/system_error_win_codes.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cpp
    M libcxxabi/src/cxa_personality.cpp
    M lldb/source/Host/common/MemoryMonitor.cpp
    M lldb/source/Utility/Status.cpp
    M lldb/test/API/python_api/signals/main.cpp
    M lldb/unittests/Utility/StatusTest.cpp
    M llvm/lib/ExecutionEngine/Orc/MemoryMapper.cpp
    M llvm/lib/Support/Atomic.cpp
    M llvm/lib/Support/CrashRecoveryContext.cpp
    M llvm/lib/Support/HTTP/HTTPClient.cpp
    M llvm/lib/Support/LockFileManager.cpp
    M llvm/tools/llvm-reduce/llvm-reduce.cpp
    M llvm/unittests/Support/CommandLineInit/CommandLineInitTest.cpp
    M llvm/unittests/Support/CrashRecoveryTest.cpp
    M llvm/unittests/Support/JobserverTest.cpp
    M llvm/unittests/Support/MemoryBufferTest.cpp
    M llvm/unittests/Support/Path.cpp
    M llvm/unittests/Support/ProcessTest.cpp
    M llvm/unittests/Support/ProgramTest.cpp
    M llvm/unittests/Support/TimerTest.cpp
    M llvm/utils/KillTheDoctor/KillTheDoctor.cpp
    M llvm/utils/not/not.cpp
    M openmp/runtime/src/kmp_environment.cpp
    M openmp/runtime/src/kmp_i18n.cpp
    M openmp/runtime/src/kmp_io.cpp
    M openmp/runtime/src/kmp_stub.cpp

  Log Message:
  -----------
  nominmax



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