ioeric added inline comments.

================
Comment at: unittests/clangd/SymbolCollectorTests.cpp:164
 
+TEST_F(SymbolCollectorTest, IncludeEnums) {
+  CollectorOpts.IndexMainFiles = false;
----------------
Could you add a test case like the following and check whether `ns::X` is in 
the result?

```
namespace ns {
  enum {
     X
  };
}
```


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D42074



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

Reply via email to