-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix #13362: Misra report on command line #7096
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
Merged
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
30d5440
add command line option and setting for report-type
ludviggunne 7148104
add classification and guideline fields to ErrorMessage
ludviggunne eee69e5
set classification and guideline for ErrorMessage
ludviggunne 2699d11
update make dependencies
ludviggunne dc5b54e
add guidline/classification to xml output
ludviggunne 1652e5a
show classification and guideline in stderr
ludviggunne ff5f3bf
set guidline/classification for cert c/c++
ludviggunne d943057
add description for report-type option
ludviggunne ab45d00
fix warning
ludviggunne 3ef82a5
fix warning
ludviggunne dbd8abb
use existing split function
ludviggunne 1baccfc
hoist stoi calls
ludviggunne cae8682
decouple guideline/classification logic from ErrorMessage
ludviggunne 50b90e2
add vector variant of splitString
ludviggunne 2061c60
movec reporttype logic to checkers.*
ludviggunne 914b65f
use library ReportType in GUI
ludviggunne f3067cc
formatting
ludviggunne 5faf85f
use library getGuideline/getClassification in GUI
ludviggunne 9b013d1
set message guideline/classification in StdLogger::reportErr
ludviggunne ca160c6
move guideline mapping to library
ludviggunne 0c84359
update cmake dependencies for gui tests
ludviggunne f7a90f5
add uint8_t base for ReportType
ludviggunne 66271b5
add FALLTHROUGH macro
ludviggunne 09167fc
add cmdlineparser tests
ludviggunne 56a1b58
add errorlogger tests
ludviggunne 78e16a7
add defaultReportType test
ludviggunne a8e19ad
update cppcheck manual and cli usage
ludviggunne 49fe94a
refactor splitString
ludviggunne 9ee60f6
explicit ReportType values
ludviggunne c4f6bf4
update releasenotes.txt
ludviggunne 277169a
update .ts files
ludviggunne e245967
Revert "update .ts files"
ludviggunne b955c4f
change default template argument for splitString
ludviggunne d808b30
move guideline/classification functions to errorlogger
ludviggunne 8f6d965
add CPPCHECKLIB to declarations
ludviggunne 78b6a52
remove some unused includes
ludviggunne a46d10d
fix typo
ludviggunne 5d3650b
revert lib/utils.* changes
ludviggunne a6f72d6
use forward declarations where possible
ludviggunne 637a487
move guideline mapping to StdLogger
ludviggunne 3319846
move ReportType back to checkers.h, keep functions in errorlogger.h
ludviggunne 1de202e
separate list entries in manual
ludviggunne 8c50f81
separate more list entries in manual
ludviggunne d33ecbd
remove unused include
ludviggunne 07f3821
update --report-type arguments
ludviggunne 0557358
update *.ts files
ludviggunne File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.