Skip to content

Partial fix for #14982 internalAstError for noexcept function with requires clause - #8808

Open
chrchr-github wants to merge 2 commits into
cppcheck-opensource:mainfrom
chrchr-github:chr_14982
Open

Partial fix for #14982 internalAstError for noexcept function with requires clause#8808
chrchr-github wants to merge 2 commits into
cppcheck-opensource:mainfrom
chrchr-github:chr_14982

Conversation

@chrchr-github

Copy link
Copy Markdown
Collaborator

No description provided.

// TODO concepts are not removed yet
for (Token *tok = mTokenList.front(); tok; tok = tok->next()) {
if (!Token::Match(tok, ")|>|>> requires %name%|("))
if (!Token::Match(tok, ")|>|>>|const|noexcept requires %name%|("))

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

override?

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.

3 participants