Details
-
Task
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
None
-
None
Description
It wasn't nice before, but with the introduction of the IAssistProvider::Asynchronous it got even worse. E.g. count the lines calling "delete" manually in CodeAssistantPrivate::requestProposal.
- Investigate and clarify the ownership semantics of all the code assist objects.
- Use smart pointers if applicable:
- ...a smart pointer for each object?
- ...a smart pointer to a handle object that owns all other related objects per code completion invocation?
Attachments
Issue Links
- is required for
-
QTCREATORBUG-14869 Clang Code Model 3.6 Roadmap
- Closed