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
{{ message }}
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
I found an issue that seems to be related to this one. Adding here in case it helps.
File hello.cpp
#include<iostream>// include APIusingnamespacestd;intmain() // the main code portion of a C++ program
{
cout << "Hello World" << endl; //print Hello World on the screen return0; // conventional
}
Discovered as part of the bblfsh/bblfshd#268 (comment)
This is an ☂️ issue for driver failures due errors while semantic normalization of some files.
check: key "Prop_DeclSpecifier": unused field(s) on node CPPASTNamedTypeSpecifier: Prop_AttributeSpecifiers"
check: key "Prop_Declarator": key "Prop_Parameters": elem 0 (nodes.Object): unused field(s) on node CPPASTArrayDeclarator: Prop_NesteDeclarator"
heck: key "Prop_Declarator": key "Prop_Parameters": elem 1 (nodes.Object): unused field(s) on node CPPASTArrayDeclarator: Prop_NestedDeclarator"
check: key "Prop_Declarator": unused field(s) on node CPPASTFunctionDeclarator: Prop_AttributeSpecifiers"
check: key "Prop_Declarator": unused field(s) on node CPPASTFunctionDeclarator: Prop_Attributes"
check: key "Prop_Declarator": unused field(s) on node CPPASTFunctionDeclarator: TrailingComments"
check: unused field(s) on node CPPASTLiteralExpression: ExpandedFromMacro"
check: unused field(s) on node CPPASTLiteralExpression: LeadingComments"
check: unused field(s) on node CPPASTLiteralExpression: TrailingComments"
check: unused field(s) on node CPPASTName: LeadingComments"
check: unused field(s) on node CPPASTName: TrailingComments"
check: unused field(s) on node CPPASTQualifiedName: TrailingComments"
construct: key "@role": unhandled value: arrow -> in map[!=:
onstruct: key "@role": unhandled value: arrow -> in map[&&:
construct: key "@role": unhandled value: arrow -> in map[-:
construct: key "@role": unhandled value: arrow -> in map[>:
construct: key "@role": unhandled value: arrow -> in map[^=:
construct: key "@role": unhandled value: arrow -> in map[max:
construct: key "@role": unhandled value: arrow -> in map[unknown_operator:
construct: key "@role": unhandled value: arrow -> in map[|:
Normalization mapping for semantic mode needs to be updated.
The list was produced with
186 files for the fixtures to reproduce the failures can be obtained with
The text was updated successfully, but these errors were encountered: