[PATCH] D139632: [clang-cl] Ignore #pragma managed / #pragma unmanaged
Tobias Hieta via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 8 08:18:14 PST 2022
thieta added inline comments.
================
Comment at: clang/lib/Lex/Pragma.cpp:1960
+/// "\#pragma managed"
+/// "\#pragma managed(...)"
----------------
I don't see the other comments in this file having `"\#` I think you can drop that. Also two `/` for the comments, not three.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139632/new/
https://reviews.llvm.org/D139632
More information about the cfe-commits
mailing list