Replies: 2 comments 3 replies
|
Sure, it would be a lot like the Is the |
3 replies
|
I completely forgot about this. Sorry. Currently, this problem could be avoided by using a compilation database generated from whatever build system generator you are using. If you're not using a build system generator (like CMake, meson, bazel, Gradle, ...), then this problem currently cannot be solved because any extra args given to cpp-linter are passed to every invocation of clang-tidy. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
May I propose another optional input extra-args-before to enable clang-tidy use extra-arg-before commandline option?
Having problems to make treat .h files as C++ headers.
All reactions