Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 28630 Build 28629: arc lint + arc unit
Event Timeline
Comment Actions
I'm not sure if SymbolOrigin is interesting enough to be its own library. It's usually only used along with Symbol. Maybe we could pull a library Symbol.h instead and put SymbolOrigin by Symbol?
Comment Actions
SymbolOrigin is used by itself, for example, in CodeComplete.h to define struct CodeCompletion.