[all-commits] [llvm/llvm-project] ea3152: [libc++][test] Partially revert msvc_stdlib_force_...
Casey Carter via All-commits
all-commits at lists.llvm.org
Thu Apr 2 13:03:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ea3152bb3d359f61fd3c091a640d6f0c0b2a80cc
https://github.com/llvm/llvm-project/commit/ea3152bb3d359f61fd3c091a640d6f0c0b2a80cc
Author: Casey Carter <cacarter at microsoft.com>
Date: 2020-04-02 (Thu, 02 Apr 2020)
Changed paths:
M libcxx/test/support/msvc_stdlib_force_include.h
Log Message:
-----------
[libc++][test] Partially revert msvc_stdlib_force_include.h _Pragma change
... keep the warning suppression, but revert the `__pragma` to `_Pragma` change because `_Pragma` interacts badly with `/Zc:preprocessor`.
More information about the All-commits
mailing list