Files
clang-p2996/llvm/lib/Support/regex_impl.h
Hans Wennborg b86c249691 Use LLVM-style include guard in regex_impl.h
The previous include guard (_REGEX_H_) is also used in a macOS SDK
header (xlocale.h), causing potential for trouble. This was previously
addressed in 2b8b90a768, but renaming the
macro in line with LLVM's other include guards seems like a better fix.

Differential revision: https://reviews.llvm.org/D150117
2023-05-08 18:56:09 +02:00

3.7 KiB