[PATCH] D57949: [clang][Index] Add a knob to index function parameters in declarations

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 8 06:30:39 PST 2019


hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.

The change looks reasonable, I'd wait for a few days before commit in case anyone has concerns.



================
Comment at: include/clang/Index/IndexingAction.h:47
   bool IndexMacrosInPreprocessor = false;
+  // Has no effect if IndexFunctionLocals are false.
+  bool IndexParametersInDeclarations = false;
----------------
nit: Only meaningful when IndexFunctionLocals is true?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57949/new/

https://reviews.llvm.org/D57949





More information about the cfe-commits mailing list