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

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 10 10:34:09 PDT 2017


arphaman 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"
----------------
1) Missing ':'
2) What exactly does this regex accomplish? Right now it will match any character which doesn't look correct


https://reviews.llvm.org/D36184





More information about the cfe-commits mailing list