[PATCH] D36184: [clang-diff] Filter AST nodes

Johannes Altmanninger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 10 10:36:22 PDT 2017


johannes added inline comments.


================
Comment at: test/Tooling/clang-diff-ast.cpp:68
+// nodes from other files are excluded
+// CHECK-NOT {{.}}
+#include "clang-diff-ast.cpp"
----------------
arphaman wrote:
> 1) Missing ':'
> 2) What exactly does this regex accomplish? Right now it will match any character which doesn't look correct
I want to assert that there is no output here, because other files are excluded, there may be a better way..


https://reviews.llvm.org/D36184





More information about the cfe-commits mailing list