Commits

Michael Gottesman committed 5eb835cfcf1
[cmake] Refactor check_working_std_regex into its own cmake file SwiftCheckCXXNativeRegex.cmake and rename it appropriately. It is better to have the top level CMake file only consist of includes and settings, rather than have it include business logic like this. Should be NFC.