[PATCH] D36178: [clang-diff] Move the JSON export function to clang-diff
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 3 01:26:47 PDT 2017
arphaman added inline comments.
================
Comment at: test/Tooling/clang-diff-json.cpp:1
+// RUN: clang-diff -ast-dump %s -- | python -m json.tool | FileCheck %s
+
----------------
I think you have to use `%python` instead of `python`, like LLVM tests do.
https://reviews.llvm.org/D36178
More information about the cfe-commits
mailing list