We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39f0b5 commit dee6d9fCopy full SHA for dee6d9f
clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
@@ -199,7 +199,7 @@ def aggregate_profiles(profile_dir: str) -> Dict[str, float]:
199
else:
200
aggregated[key] = value
201
except (json.JSONDecodeError, KeyError, IOError) as e:
202
- print(f"Warning: invalid json file {profile_file}: {e}", file=sys.stderr)
+ print(f"Error: invalid json file {profile_file}: {e}", file=sys.stderr)
203
continue
204
205
return aggregated
0 commit comments