[PATCH] D154701: [clang] Overridden CXXMethodDecl::isVirtual() assertion failed before fully imported.
Ding Fei via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 11 20:10:25 PDT 2023
danix800 added inline comments.
================
Comment at: clang/test/Analysis/ctu-astimport-virtual-assertion/main.cpp:22
+
+#include "Inputs/input.h"
----------------
balazske wrote:
> Such tests are not in the //Analysis// folder but in the //ASTMerge// folder instead. I would say that this test is not necessary if the other test (in my added note) is inserted.
Thanks for the testcase! The orignal one will be removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154701/new/
https://reviews.llvm.org/D154701
More information about the cfe-commits
mailing list