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

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 14 12:51:19 PDT 2018


thakis accepted this revision.
thakis added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/Index/complete-and-plugins.c:3
+
+// RUN: c-index-test -code-completion-at=%s:6:1 -load %llvmshlibdir/PrintFunctionNames%pluginext -add-plugin print-fns %s | FileCheck %s
+// REQUIRES: plugins, examples
----------------
nit: usually the RUN lines go above the C code, not below it.


https://reviews.llvm.org/D46050





More information about the cfe-commits mailing list