[PATCH] D44954: [clangd] Add "member" symbols to the index

Marc-Andre Laperle via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 28 11:58:40 PDT 2018


malaperle added inline comments.


================
Comment at: unittests/clangd/SymbolCollectorTests.cpp:141
     Args.insert(Args.end(), ExtraArgs.begin(), ExtraArgs.end());
+    Args.push_back(TestFileName);
+
----------------
This allows to override the "-xc++" with something else, i.e. -xobjective-c++


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D44954





More information about the cfe-commits mailing list