Details
Details
- Reviewers
ilya-biryukov - Commits
- rGc159aa6aeb56: [clang-tidy] Don't generate fixes for invalid new expr location in modernize…
rCTE323191: [clang-tidy] Don't generate fixes for invalid new expr location in modernize…
rL323191: [clang-tidy] Don't generate fixes for invalid new expr location in modernize…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Yeah, we should fix the clang bug (root cause). But I think this patch still makes sense -- as we usually ignore invalid cases in clang-tidy checks.
Comment Actions
Sure, thanks for clarifying. LGTM.
It's a bit unfortunate that the test will break when we fix an actual bug in clang. But it's just something to watch out for, still nice to have a test after the bug is fixed.