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.
RFC attempt to fix #744 #750
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
base: master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
RFC attempt to fix #744 #750
Changes from all commits
2dc2ce136125f4File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 59 in include/IPlugin.h
Remove this redundant access specifier; it does not change the accessibility level.
Check warning on line 126 in plugins/Analyzer/Analyzer.cpp
Replace with the version of "std::ranges::for_each" that takes a range.
Check failure on line 323 in plugins/Analyzer/Analyzer.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 324 in plugins/Analyzer/Analyzer.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 325 in plugins/Analyzer/Analyzer.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 326 in plugins/Analyzer/Analyzer.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 327 in plugins/Analyzer/Analyzer.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 60 in plugins/BinarySearcher/BinarySearcher.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 102 in plugins/Bookmarks/Bookmarks.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 253 in plugins/HardwareBreakpoints/HardwareBreakpoints.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 288 in plugins/HardwareBreakpoints/HardwareBreakpoints.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 312 in plugins/HardwareBreakpoints/HardwareBreakpoints.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 324 in plugins/HardwareBreakpoints/HardwareBreakpoints.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 357 in plugins/HardwareBreakpoints/HardwareBreakpoints.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 114 in plugins/ODbgRegisterView/RegisterView.cpp
Potential leak of memory pointed to by 'group'
Check warning on line 334 in plugins/ODbgRegisterView/RegisterView.cpp
Replace this erase-remove idiom with a "std::erase_if" call.
Check warning on line 334 in plugins/ODbgRegisterView/RegisterView.cpp
Replace with the version of "std::ranges::remove_if" that takes a range.
Check failure on line 458 in plugins/ODbgRegisterView/RegisterView.cpp
Rewrite the code so that you no longer need this "delete".
Check failure on line 461 in plugins/ODbgRegisterView/RegisterView.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 391 in src/Debugger.cpp
Replace the redundant type with "auto".
Check warning on line 764 in src/Debugger.cpp
Replace the redundant type with "auto".
Check warning on line 765 in src/Debugger.cpp
Replace the redundant type with "auto".
Check warning on line 766 in src/Debugger.cpp
Replace the redundant type with "auto".
Check warning on line 977 in src/Debugger.cpp
Replace the redundant type with "auto".
Check warning on line 978 in src/Debugger.cpp
Replace the redundant type with "auto".
Check warning on line 979 in src/Debugger.cpp
Replace the redundant type with "auto".
Check failure on line 1181 in src/Debugger.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 1182 in src/Debugger.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 1681 in src/Debugger.cpp
Refactor this function to reduce its Cognitive Complexity from 28 to the 25 allowed.
Check warning on line 2214 in src/Debugger.cpp
Merge this "if" statement with the enclosing one.
Check failure on line 2214 in src/Debugger.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check warning on line 2971 in src/Debugger.cpp
Replace this declaration by a structured binding declaration.
Check failure on line 3413 in src/Debugger.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check warning on line 3414 in src/Debugger.cpp
Merge this "if" statement with the enclosing one.
Check warning on line 49 in src/Debugger.h
Remove this redundant forward declaration; the declaration was already made.