updated releasenotes.txt [skip ci]#5702
Merged
Merged
Conversation
danmar
approved these changes
Nov 27, 2023
danmar
reviewed
Nov 27, 2023
| - Files will now be processed in the order as specified via the command-line. | ||
| - Added command-line options "--fsigned-char" and "--funsigned-char" to control the signess of the "char" type. This overrides previously specified "--platform" options and is overrides by following ones. | ||
| - Markup files will now be processed after the regular source files when using multiple threads/processes (some issues remain - see Trac #12167 for details). | ||
| - Added file name to ValueFlow "--debug" output. |
Collaborator
There was a problem hiding this comment.
This is something only cppcheck developers might care about right? I'm not sure if I would write that info here.
| - You can suppress warnings in a block of code using "-begin" and "-end". | ||
| - You can suppress warnings in current file using "-file". | ||
| - You can suppress all warnings where macro is used using "-macro" | ||
| - Cppcheck will now error out when an option, which requires code which is not compiled in, is being specified. In the past it might have silently ignored it or reported it as unknown. |
Collaborator
There was a problem hiding this comment.
I believe this is "Changed interface"
| - fixed CMake build with UBSAN and GCC | ||
| - Files will now be processed in the order as specified via the command-line. | ||
| - Added command-line options "--fsigned-char" and "--funsigned-char" to control the signess of the "char" type. This overrides previously specified "--platform" options and is overrides by following ones. | ||
| - Markup files will now be processed after the regular source files when using multiple threads/processes (some issues remain - see Trac #12167 for details). |
Collaborator
There was a problem hiding this comment.
"Improved checking" right?
| - Cppcheck will now error out when an option, which requires code which is not compiled in, is being specified. In the past it might have silently ignored it or reported it as unknown. | ||
| - Several macros defined by "limits.h"/"climits" will now be generated from the used platform condiguration and passed to the analysis. | ||
| - fixed CMake build with UBSAN and GCC | ||
| - Files will now be processed in the order as specified via the command-line. |
Collaborator
There was a problem hiding this comment.
This is "Changed interface" right?
bf5a219 to
17a7c0b
Compare
Collaborator
Author
|
I am merging this so it isn't forgotten before the release. We can still re-shuffle it beforehand, |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.