[PATCH] D100516: [AST] Add TypeLoc support to node introspection
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 15 15:53:48 PDT 2021
steveire added inline comments.
================
Comment at: clang/unittests/Introspection/IntrospectionTest.cpp:1294
+
+#ifndef _WIN32
+TEST(Introspection, SourceLocations_TypeOfTypeLoc) {
----------------
njames93 wrote:
> Can you add a comment explaining the issues with this test on windows platforms.
I don't know what the problem is, but it failed: https://reviews.llvm.org/B98791
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100516/new/
https://reviews.llvm.org/D100516
More information about the cfe-commits
mailing list