It will move destructors and operators to the end of completion list.
Destructors and operators are currently very high on the completion
list, as they have the same priority as member functions. However,
they are clearly not something users usually choose in completion
lists.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Nice, LGTM
Please keep in mind that LLVM follows a weekly ping rate: https://llvm.org/docs/DeveloperPolicy.html#code-reviews .
lib/Sema/SemaCodeComplete.cpp | ||
---|---|---|
751 ↗ | (On Diff #115996) | Nit: NameKind:: is redundant. |
Comment Actions
Thanks for the review!
Sorry for inappropriate ping, I'll make sure to stick to the policy.