Streamlines the output under Python 3.x.
Before:
b'Enabled checks:\n clang-analyzer-apiModeling.google.GTest\n ...
After:
Enabled checks:
clang-analyzer-apiModeling.google.GTest
... Differential D37482
run-clang-tidy: Use check_call instead of check_output Authored by kfunk on Sep 5 2017, 8:24 AM.
Details Streamlines the output under Python 3.x. Before: b'Enabled checks:\n clang-analyzer-apiModeling.google.GTest\n ... After: Enabled checks:
clang-analyzer-apiModeling.google.GTest
...
Diff Detail
Event Timeline |