[PATCH] D100712: [AST] Add NestedNameSpecifierLoc accessors to node introspection
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 18 12:14:28 PDT 2021
njames93 added inline comments.
================
Comment at: clang/unittests/Introspection/IntrospectionTest.cpp:280
STRING_LOCATION_STDPAIR(MethodDecl, getTypeSpecStartLoc())
}));
// clang-format on
----------------
I'm not entirely sure on the case, but the windows bot is giving a [[ https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2026?view=msvc-160 | C2026 ]] error here. Not entirely sure why as there is no string over the max length allowed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100712/new/
https://reviews.llvm.org/D100712
More information about the cfe-commits
mailing list