FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix #14893 recheck removes unselected files results by wjakobsson · Pull Request #8699 · cppcheck-opensource/cppcheck · GitHub

Fix #14893 recheck removes unselected files results - #8699

Draft
wjakobsson wants to merge 8 commits into
cppcheck-opensource:mainfrom
wjakobsson:fixrecheckingui
Draft

Fix #14893 recheck removes unselected files results#8699
wjakobsson wants to merge 8 commits into
cppcheck-opensource:mainfrom
wjakobsson:fixrecheckingui

Conversation

Copy link
Copy Markdown
Collaborator

No description provided.

wjakobsson changed the title Fix: Keep other files results when doing recheck in gui Fix: Keep other files results when doing recheck in gui and update paths project open Jul 6, 2026
wjakobsson changed the title Fix: Keep other files results when doing recheck in gui and update paths project open Fix #14893 recheck removes unselected files results Jul 6, 2026
Comment thread lib/analyzerinfo.cpp Fixed
Comment thread lib/analyzerinfo.cpp Fixed
wjakobsson force-pushed the fixrecheckingui branch 5 times, most recently from c11bcc4 to 7bb6d4a Compare July 16, 2026 12:37
Comment thread lib/errorlogger.cpp
while (linenr > 0 && std::getline(fin,line)) {
linenr--;
const std::vector<std::streamoff>* const offsets = getLineOffsets(file);
if (offsets && linenr > 0 && linenr < static_cast<int>(offsets->size())) {
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL