[PATCH] D49476: [Index] Set OrigD before D is changed.

Argyrios Kyrtzidis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 19 11:52:31 PDT 2018


akyrtzi added a comment.

`CXIndexDataConsumer.cpp` uses `ASTNode.OrigD`, that code is exercised when you run `c-index-test -index-file <...>`. I'd recommend to at least check if that command would produce a different output for the test case that you detected originally.


Repository:
  rC Clang

https://reviews.llvm.org/D49476





More information about the cfe-commits mailing list