Fix some race condition in ConstString around Mangled name handling
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks fine. Might want to make "h" const in places noted by inlined comments, but other than that it looks good.
source/Core/ConstString.cpp | ||
---|---|---|
39 ↗ | (On Diff #38006) | const uint8_t h? |
52 ↗ | (On Diff #38006) | const uint8_t h? |
65 ↗ | (On Diff #38006) | const uint8_t h? |
70 ↗ | (On Diff #38006) | const uint8_t h? |
139 ↗ | (On Diff #38006) | const uint8_t h? |