[PATCH] D52877: [Index] Respect "IndexFunctionLocals" option during index.

2018-10-04 Thread Sam McCall via Phabricator via cfe-commits
sammccall accepted this revision. sammccall added a comment. This revision is now accepted and ready to land. (can you update the title/summary to reflect that only local *types* are affected?) Repository: rC Clang https://reviews.llvm.org/D52877 __

[PATCH] D52877: [Index] Respect "IndexFunctionLocals" option during index.

2018-10-04 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: sammccall. Herald added subscribers: kadircet, arphaman, ioeric, ilya-biryukov. Previously, clangd index ignored symbols defined in the function body even IndexFunctionLocals is true. Repository: rC Clang https://reviews.llvm.org/D52877