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
- Build Status
Buildable 10443 Build 10443: arc lint + arc unit
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 | Nit: NameKind:: is redundant. |
Comment Actions
Thanks for the review!
Sorry for inappropriate ping, I'll make sure to stick to the policy.
Nit: NameKind:: is redundant.