[PATCH] D57325: [clangd] Collect macros in static index.

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 30 01:42:19 PST 2019


kadircet added inline comments.


================
Comment at: unittests/clangd/BackgroundIndexTests.cpp:128
       runFuzzyFind(Idx, ""),
       UnorderedElementsAre(Named("common"), Named("A_CC"), Named("g"),
                            AllOf(Named("f_b"), Declared(), Not(Defined()))));
----------------
Shouldn't we also have `Named("A")` in here ?


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D57325





More information about the cfe-commits mailing list