There are a few implementation options here - alternatives are either both
awkward and inefficient, or really inefficient.
This is at least potentially a hot path when used as a reducer for common
symbols.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks a lot for the fix!
Suggest a test case which reproduced the bug:
// comment with 'quote' void f() {}
runSymbolCollector -> SymbolToYAML -> SymbolFromYAML -> check Documentation