Skip to content
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

replace tl::optional with std::optional #161

Merged
merged 3 commits into from
Jul 26, 2023

Conversation

FlorianPommerening
Copy link
Member

No description provided.

# Include all non-system headers (.*) except the ones from search/ext/.
"-header-filter=.*,-tree.hh,-tree_util.hh",
# Include all non-system headers.
"-header-filter=.*",
Copy link
Contributor

@maltehelmert maltehelmert Jul 25, 2023

Choose a reason for hiding this comment

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

Shouldn't these two lines now be unnecessary? Or is the default to ignore all headers (which would be a weird default)?

Copy link
Member Author

Choose a reason for hiding this comment

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

I broke something in evaluator.h to test this and ran this with and without the parameter. With the parameter I got the same warning 84 times (once for every path on which the header is included), without the line, I got the warning once.

So the parameter causes a difference in what is checked but since the error still was reported, I'd say it is better to remove the lines.

@FlorianPommerening FlorianPommerening merged commit 4477547 into aibasel:main Jul 26, 2023
12 checks passed
@FlorianPommerening FlorianPommerening deleted the issue1094 branch July 26, 2023 07:13
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