Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It's not a generally useful utility, so it probably doesn't belong in tools.{h,cpp}. Can you leave it where it is and just decouple it from it current class?
flang/include/flang/Semantics/runtime-type-info.h | ||
---|---|---|
41 | SymbolVector might be better here -- it's a vector of SymbolRef. |
flang/include/flang/Semantics/runtime-type-info.h | ||
---|---|---|
41 | I'll update that. |
SymbolVector might be better here -- it's a vector of SymbolRef.