Details
Details
- Reviewers
ldionne Mordante var-const - Group Reviewers
Restricted Project - Commits
- rG43913357b47d: [libc++] Pass -fno-modules to clang-tidy instead of disabling it for the…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
No real objection, but I think having an XFAIL will give us feedback when modules start working with modules.
libcxx/test/libcxx/clang_tidy.sh.cpp | ||
---|---|---|
11–12 | Let's add a TODO so we can grep to remove it at some point. I expect clang-tidy to work at some point with modules and it might even get module specific diagnostics. |
Comment Actions
I'm using modules for my local build and it's quite annoying having to re-run CMake to be able to run clang-tidy. Since clang doesn't even have complete modules support yet I don't think clang-tidy will work properly with them in the near future.
libcxx/test/libcxx/clang_tidy.sh.cpp | ||
---|---|---|
11–12 | I'll add one when committing if there are no other objections. |
Let's add a TODO so we can grep to remove it at some point. I expect clang-tidy to work at some point with modules and it might even get module specific diagnostics.