Issue 147072
Summary [clang-tidy] `modernize-type-traits` doesn't support type traits not declared directly in `std`
Labels clang-tidy
Assignees
Reporter localspook
    This affects `std::chrono::treat_as_floating_point_v` and `std::chrono::is_clock_v`, because they're declared in `std::chrono`, not `std`. The check's current architecture is simply not currently designed to handle this case.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to