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
- rCTE Clang Tools Extra
- Build Status
Buildable 15066 Build 15066: arc lint + arc unit
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