[PATCH] D36184: [clang-diff] Filter AST nodes
Johannes Altmanninger via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 2 14:04:54 PDT 2017
johannes added a comment.
In https://reviews.llvm.org/D36184#828866, @klimek wrote:
> Why? Also, missing tests.
implicit nodes are noisy / they generally don't add information; I guess one could also keep them.
I excluded nodes outside of the main file are because the visualisation only works with single files for now.
That will change, same as with macros.
https://reviews.llvm.org/D36184
More information about the cfe-commits
mailing list