cvise: init at 2.1.0 (#114197)

This commit is contained in:
Orivej Desh
2021-02-28 04:12:14 +00:00
committed by GitHub
parent 53ffeb59ff
commit 33230da5da
3 changed files with 58 additions and 0 deletions
@@ -0,0 +1,8 @@
--- a/cvise.py
+++ b/cvise.py
@@ -93,4 +93,5 @@ def find_external_programs():
# Special case for clang-format
programs['clang-format'] = '@CLANG_FORMAT_PATH@'
+ programs['unifdef'] = '@UNIFDEF@'
return programs