Skip to content

Set clang-tidy header filter #80

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

Merged
merged 1 commit into from
Feb 17, 2020
Merged

Set clang-tidy header filter #80

merged 1 commit into from
Feb 17, 2020

Conversation

marcomagdy
Copy link
Contributor

The filter tells clang-tidy which headers to scan in every TU it scans.
Errors and warnings in a TU are turned on by default. But the headers
included in the TU will only be scanned if they match the regex.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

The filter tells clang-tidy which headers to scan in every TU it scans.
Errors and warnings in a TU are turned on by default. But the headers
included in the TU will only be scanned if they match the regex.
@marcomagdy marcomagdy requested a review from bmoffatt February 17, 2020 20:22
@bmoffatt bmoffatt merged commit 4fdc736 into master Feb 17, 2020
@marcomagdy marcomagdy deleted the clang-tidy-headers branch February 18, 2020 00:43
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