[clang] [clang-tools-extra] [clang][bytecode] Don't evaluate bound member function expressions in new constant interpreter (PR #194851)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 30 03:17:42 PDT 2026
================
@@ -5245,6 +5245,18 @@ TEST(Hover, FunctionParameters) {
}
}
+TEST(Hover, NoCrashOnBoundMemberFunctionWithNewInterpreter) {
----------------
tbaederr wrote:
I don't know if the clangd maintainers want tests like this in their test suite.
https://github.com/llvm/llvm-project/pull/194851
More information about the cfe-commits
mailing list