Files
clang-p2996/llvm/lib/Support/regcomp.c
David Tenty 899f648866 [NFC][llvm][support] rename INFINITY in regcomp (#101758)
since C23 this macro is defined by float.h, which clang implements in
it's float.h since #96659 landed.

However, regcomp.c in LLVMSupport happened to define it's own macro with
that name, leading to problems when bootstrapping. This change renames
the offending macro.
2024-08-08 11:16:18 -04:00

39 KiB