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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to