We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90a2dd commit 10077f8Copy full SHA for 10077f8
scripts/run-clang-tidy-on-compile-commands.py
@@ -90,6 +90,8 @@ def __init__(self, json_entry, gcc_sysroot=None):
90
if compiler in ['clang++', 'clang', 'gcc', 'g++']:
91
self.valid = True
92
self.clang_arguments = command_items[1:]
93
+ # TODO remove after clang-tidy update
94
+ # the bug was fixed in https://github.com/llvm/llvm-project/pull/101103
95
if '-c' in self.clang_arguments:
96
self.clang_arguments.remove('-c')
97
else:
0 commit comments