[all-commits] [llvm/llvm-project] 9a7088: Disable MSVC C5105 warnings
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Thu Feb 9 06:28:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a708855daeb6f70bbde7c2bc63e061ebaf072df
https://github.com/llvm/llvm-project/commit/9a708855daeb6f70bbde7c2bc63e061ebaf072df
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M llvm/cmake/modules/HandleLLVMOptions.cmake
Log Message:
-----------
Disable MSVC C5105 warnings
Suppresses "macro expansion producing 'defined' has undefined behavior"
due to the diagnostic triggering in WinBase.h (a system header file).
More information about the All-commits
mailing list