If multiple find-all-symbols processes access the temporary directory
simultaneously with two files with the same name they would collide and
create a broken yaml file. Fix this by using the safe createUniqueFile
API from LLVM instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks! LGTM with one nit.
include-fixer/find-all-symbols/SymbolInfo.h | ||
---|---|---|
92 ↗ | (On Diff #55559) | It would be better to change the function name to WriteSymbolInfosToStream. |