aboutsummaryrefslogtreecommitdiff
path: root/clang/utils/check_cfc
diff options
context:
space:
mode:
authorZarko Todorovski <zarko@ca.ibm.com>2021-11-24 14:16:47 -0500
committerZarko Todorovski <zarko@ca.ibm.com>2021-11-24 14:20:13 -0500
commitd42a6432aa37a6b9aa7e4f5209e9679c8a4c2fbb (patch)
tree4fa82df13f62353cd5c21ef35eb82cba1937da42 /clang/utils/check_cfc
parent86f186efea7b5f542ef3d9fa2e63fd485475e011 (diff)
downloadllvm-d42a6432aa37a6b9aa7e4f5209e9679c8a4c2fbb.zip
llvm-d42a6432aa37a6b9aa7e4f5209e9679c8a4c2fbb.tar.gz
llvm-d42a6432aa37a6b9aa7e4f5209e9679c8a4c2fbb.tar.bz2
[NFC][clang]Inclusive language: remove remaining uses of sanity
Missed some uses of sanity check in previous commits.
Diffstat (limited to 'clang/utils/check_cfc')
-rwxr-xr-xclang/utils/check_cfc/check_cfc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/check_cfc/check_cfc.py b/clang/utils/check_cfc/check_cfc.py
index 311f502..cab33b4 100755
--- a/clang/utils/check_cfc/check_cfc.py
+++ b/clang/utils/check_cfc/check_cfc.py
@@ -339,7 +339,7 @@ if __name__ == '__main__':
# Prevent infinite loop if called with absolute path.
arguments_a[0] = os.path.basename(arguments_a[0])
- # Sanity check
+ # Basic correctness check
enabled_checks = [check_name
for check_name in checks
if config.getboolean('Checks', check_name)]