Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change analysis statistics total message #1499

Merged
merged 1 commit into from
Apr 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libcodechecker/analyze/analysis_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def worker_result_handler(results, metadata, output_path):
failed_analysis[analyzer_type] += 1

LOG.info("----==== Summary ====----")
LOG.info("Total compilation commands: " + str(len(results)))
LOG.info("Total analyzed compilation commands: %s", str(len(results)))
if successful_analysis:
LOG.info("Successfully analyzed")
for analyzer_type, res in successful_analysis.items():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make multi_error" --output $OUTPUT$ --quiet --a
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed multi_error.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make multi_error" --output $OUTPUT$ --quiet --a
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed multi_error.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make multi_error" --output $OUTPUT$ --quiet --a
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed multi_error.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make multi_error" --output $OUTPUT$ --quiet --a
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed multi_error.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CHECK#CodeChecker check --build "make multi_error" --output $OUTPUT$ --quiet --a
[] - Build finished successfully.
[] - Starting static analysis ...
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Skipped compilation commands: 1
[] - ----=================----
[] - Analysis finished.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make multi_error_suppress" --output $OUTPUT$ --
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed multi_error_suppress.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make nofail" --output $OUTPUT$ --quiet --analyz
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed nofail.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make nofail" --output $OUTPUT$ --quiet --analyz
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed nofail.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make saargs_forward" --output $OUTPUT$ --quiet
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed saargs_forward.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make saargs_forward" --output $OUTPUT$ --quiet
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed saargs_forward.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make simple1" --output $OUTPUT$ --quiet --analy
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed simple1.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make simple1" --output $OUTPUT$ --quiet --analy
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed simple1.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make simple2" --output $OUTPUT$ --quiet --analy
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed simple2.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make simple2" --output $OUTPUT$ --quiet --analy
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed simple2.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make tidy_check" --output $OUTPUT$ --quiet --an
[] - Starting static analysis ...
[] - [1/1] clang-tidy analyzed tidy_check.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clang-tidy: 1
[] - ----=================----
Expand Down