Skip to content

Amend fix for #12564#6231

Merged
firewave merged 6 commits into
cppcheck-opensource:mainfrom
chrchr-github:chr_Fix12564
Apr 4, 2024
Merged

Amend fix for #12564#6231
firewave merged 6 commits into
cppcheck-opensource:mainfrom
chrchr-github:chr_Fix12564

Conversation

@chrchr-github
Copy link
Copy Markdown
Collaborator

No description provided.

@firewave firewave merged commit 3170c17 into cppcheck-opensource:main Apr 4, 2024
@chrchr-github chrchr-github deleted the chr_Fix12564 branch April 4, 2024 12:26
@firewave
Copy link
Copy Markdown
Collaborator

firewave commented Apr 4, 2024

More faillout:

#include <cstdint>

class ProcessExecutor {
public:
  ProcessExecutor();
};

enum class Color : std::uint8_t ;

ProcessExecutor::ProcessExecutor() {}

namespace {
}
input.cpp:12:1: debug: Scope::checkVariable found variable 'namespace' with varid 0. [varid0]
namespace {
^

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