libcxx/test/std/containers/sequences/vector/trivial_relocation.pass.cpp is in the portable path (test/std), but uses an implementation-specific attribute:
|
struct [[clang::trivial_abi]] Inner { |
This causes MSVC to emit "warning C5030: attribute [[clang::trivial_abi]] is not recognized".
The use of this attribute should be guarded for Clang.
libcxx/test/std/containers/sequences/vector/trivial_relocation.pass.cpp is in the portable path (test/std), but uses an implementation-specific attribute:
llvm-project/libcxx/test/std/containers/sequences/vector/trivial_relocation.pass.cpp
Line 26 in d93ad10
This causes MSVC to emit "warning C5030: attribute
[[clang::trivial_abi]]is not recognized".The use of this attribute should be guarded for Clang.