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

Provide option to use -fix-errors with Clang-Tidy #13

Closed
s-martin opened this issue Oct 5, 2017 · 1 comment
Closed

Provide option to use -fix-errors with Clang-Tidy #13

s-martin opened this issue Oct 5, 2017 · 1 comment
Assignees

Comments

@s-martin
Copy link

s-martin commented Oct 5, 2017

I'm running the extension on a rather large codebase, which fails to compile with Clang, because of includes like WinSock2.h. Therefor -fix does not work, because the project fails to compile with Clang.

It would be useful to add the option -fix-errors in the extension settings.

@cpp-red-lion
Copy link
Contributor

A reasonable suggestion; thanks.
I think -fix-errors is a better default for our PowerShell -tidy-fix switch.
Applied this change in commit: da2ab87

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

No branches or pull requests

3 participants