[clang-cl] Ignore #pragma managed/unmanaged
Those 2 pragmas are ignored by MSVC when not compiling with /CLR, which clang doesn't support. Ignore them in clang -fms-extensions, to avoid -Wunknown-pragma warnings Differential Revision: https://reviews.llvm.org/D139632
Loading
Please sign in to comment