Files
clang-p2996/clang/lib/Sema/SemaCast.cpp
Arseniy Zaostrovnykh d049db8362 [clang] Fix false warning on reinterpret_casting unknown template type (#109430)
After 1595988ee6
diag::warn_undefined_reinterpret_cast started raising on
non-instantiated template functions without sufficient knowledge whether
the reinterpret_cast is indeed UB.
2025-01-20 10:02:57 +01:00

131 KiB