You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
branch:CDT_11_6
jdk: 21 StackOverflowError caused by method call “getType()”
Test case
for (constauto& [destination, sources] : sourcesForDestination)
for (constauto& source : sources)
//todo
** scene trigger **
var1.accept(newASTVisitor(true) {
@Overridepublicintvisit(IASTNamename) {
IBindingbinding = name.resolveBinding();
if (bindinginstanceofIVariablevar) {
System.out.println(var.getType()); // When name = "destination", an exception "StackOverflowError" is triggered.returnsuper.visit(name);
}
});
Q&A
a. Whether “branch CDT_11_6” supports C++17 features?
The text was updated successfully, but these errors were encountered:
Describe the bug
branch:CDT_11_6
jdk: 21
StackOverflowError caused by method call “getType()”
Test case
** scene trigger **
Q&A
a. Whether “branch CDT_11_6” supports C++17 features?
The text was updated successfully, but these errors were encountered: