[PATCH] D46050: [Frontend] Avoid running plugins during code completion parse

John Brawn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 25 08:08:00 PDT 2018


john.brawn added a comment.

I know very little about how code completion works, but it's not immediately obvious to me that disabling plugin ast consumers when code completion is enabled is necessarily correct. In what kind of scenario would we both have a plugin loaded that wants to insert an ast consumer before/after the main one, and also be doing code completion?


Repository:
  rC Clang

https://reviews.llvm.org/D46050





More information about the cfe-commits mailing list