This patch provides class property code completion results. It supports explicit and implicit class properties, but the special block completion is done only for explicit properties right now (I will address this deficiency in a follow-up patch).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM .
Manman
lib/Sema/SemaCodeComplete.cpp | ||
---|---|---|
3763 ↗ | (On Diff #79086) | Can you put a comment here on the conditions? |