Displaying 1 result from an estimated 1 matches for "d91351".
Did you mean:
d91353
2020 Nov 13
0
[RFC] Defined initialization order in Support/Registry
Dear List,
First things first, this is based off a bug report and a (less than
ideal) patch by yours truly:
https://github.com/clangd/clangd/issues/578
https://reviews.llvm.org/D91351
Currently Plugins appear in the Registry linked list in an undefined
order due to the 'static initialization order fiasco'.
For most registries this doesn't pose a problem as there is no
observable difference in behaviour, however for a select few there is.
In the aforementioned patch...