-
Notifications
You must be signed in to change notification settings - Fork 385
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
Describe new features of v6.8 #1712
Conversation
csordasmarton
commented
Aug 15, 2018
www/changelog.html
Outdated
<h3>Filter results by report hash</h3> | ||
<div class="content"> | ||
<div class="intro-col intro-col-left col-md-2"> | ||
We are showing report hash for each reports at the <i>Bug overview</i> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for each report
an extra s
is there
www/changelog.html
Outdated
</div> | ||
|
||
<div class="intro-row"> | ||
<h3>Support managing source component in the GUI</h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on the GUI
to be consistent with the other descriptions
www/changelog.html
Outdated
may have been an error. You can fine-tune which warnings to use in | ||
the analysis by setting the enabled and disabled flags. These flags | ||
should start with a capital <span class="code">W</span> or | ||
<span class="code">Wno-</span> prefix followed by the waning name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo waning
instead of warning
www/changelog.html
Outdated
<div class="content"> | ||
<div class="intro-col intro-col-left"> | ||
Now we are able to compare two report directories the same way as | ||
remote runs by using CodChecker command line client. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think command line is enough mentioning the client is not needed
556677f
to
01b539e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the following items too:
*C/C++ standard auto detection:Detect automatically which C/C++ standard was used for compilation by gcc and pass the relevant option to Clang (e.g. -std=c++11)
If gets into the release until then:
- Analysis Statistics: It is displayed for each run, which CodeChecker and Clang Analyzer was used for the speicfic analysis along with the success/failure rate of the analysis.
otherwise OK.