-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Prerequisites
- I have read the documentation and the proposed feature is not implemented.
Description
- remove SSA value from
DeclRefOpand make it takeFlatSymbolRefAttrinstead - remove obsolete graph regions
- unify
GlobalRefandDeclRefto single operation as they will behave the same now - rename
RecordMemberOptoMemberRefOp - let
RecordTypeuseSymbolRefParameterinstead of a pureStringRefParameter - let
EnumTypeuseSymbolRefParameterinstead of a pureStringRefParameter - let
TypedefTypeuseSymbolRefParameterinstead of a pureStringRefParameter - resurrect
vast-queryto test symbol API - remove
util/Symbols.hppin favor of genericSymbolTablelookup - fix
VarDeclOp::getDeclContextKindto use vast symbol tables (useget_effective_symbol_table_for) - replace
SymbolTable::getSymbolAttrName()withsymbol_attr_name - create decl ref interface to unify all symbol referencing operations