We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DeclRefOp
FlatSymbolRefAttr
GlobalRef
DeclRef
RecordMemberOp
MemberRefOp
RecordType
SymbolRefParameter
StringRefParameter
EnumType
TypedefType
vast-query
util/Symbols.hpp
SymbolTable
VarDeclOp::getDeclContextKind
get_effective_symbol_table_for
SymbolTable::getSymbolAttrName()
symbol_attr_name
The text was updated successfully, but these errors were encountered:
xlauko
No branches or pull requests
Prerequisites
Description
DeclRefOp
and make it takeFlatSymbolRefAttr
insteadGlobalRef
andDeclRef
to single operation as they will behave the same nowRecordMemberOp
toMemberRefOp
RecordType
useSymbolRefParameter
instead of a pureStringRefParameter
EnumType
useSymbolRefParameter
instead of a pureStringRefParameter
TypedefType
useSymbolRefParameter
instead of a pureStringRefParameter
vast-query
to test symbol APIutil/Symbols.hpp
in favor of genericSymbolTable
lookupVarDeclOp::getDeclContextKind
to use vast symbol tables (useget_effective_symbol_table_for
)SymbolTable::getSymbolAttrName()
withsymbol_attr_name
The text was updated successfully, but these errors were encountered: