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

Introducing clang tidy #2218

Merged
merged 4 commits into from Jun 25, 2016
Merged

Introducing clang tidy #2218

merged 4 commits into from Jun 25, 2016

Conversation

sithhell
Copy link
Member

This PR introduces a clang-tidy pass for circle-ci which currently checks for non nullptr uses only on changed files.
The remaining patch is to eliminate the last remaining uses of 0 over nullptr.

Thomas Heller and others added 3 commits June 24, 2016 10:21
This enables modernize-use-nullptr
This patch replaces the remaining uses of 0 instead of nullptr
@hkaiser
Copy link
Member

hkaiser commented Jun 24, 2016

LGTM, thanks!

@hkaiser hkaiser merged commit ce26b07 into master Jun 25, 2016
@hkaiser hkaiser deleted the clang_tidy branch June 25, 2016 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants