summaryrefslogtreecommitdiffstats
path: root/build/build-clang/clang-tidy-win64.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build/build-clang/clang-tidy-win64.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/build-clang/clang-tidy-win64.json b/build/build-clang/clang-tidy-win64.json
new file mode 100644
index 0000000000..3cf7038e98
--- /dev/null
+++ b/build/build-clang/clang-tidy-win64.json
@@ -0,0 +1,15 @@
+{
+ "stages": "1",
+ "build_libcxx": false,
+ "build_type": "Release",
+ "assertions": false,
+ "build_clang_tidy": true,
+ "python_path": "c:/mozilla-build/python/python.exe",
+ "cc": "cl.exe",
+ "cxx": "cl.exe",
+ "ml": "ml64.exe",
+ "patches": [
+ "clang-tidy-ci.patch",
+ "clang-tidy-no-errors.patch"
+ ]
+}