[all-commits] [llvm/llvm-project] 0e3a8a: [libc++][test] Update _LIBCPP_SUPPRESS_DEPRECATED_...
Casey Carter via All-commits
all-commits at lists.llvm.org
Thu Apr 2 08:06:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0e3a8a6f34629c57ea8dc6ad14d5845ebd13d20d
https://github.com/llvm/llvm-project/commit/0e3a8a6f34629c57ea8dc6ad14d5845ebd13d20d
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] Update _LIBCPP_SUPPRESS_DEPRECATED_(PUSH|POP)
... in `msvc_stdlib_force_include.h` to also ignore new MSVC warning C5215 "'%s' a function parameter with volatile qualified type is deprecated in C++20". Since we're touching it, also update from non-standard `__pragma(meow)` to standard `_Pragma("meow")`.
More information about the All-commits
mailing list