[all-commits] [llvm/llvm-project] 9d7eb6: Undo include order work-around in Regex.cpp

Hans via All-commits all-commits at lists.llvm.org
Tue May 9 00:20:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d7eb6008716eec7434e6ae07a804b5f2f39a575
      https://github.com/llvm/llvm-project/commit/9d7eb6008716eec7434e6ae07a804b5f2f39a575
  Author: Hans Wennborg <hans at chromium.org>
  Date:   2023-05-09 (Tue, 09 May 2023)

  Changed paths:
    M llvm/lib/Support/Regex.cpp

  Log Message:
  -----------
  Undo include order work-around in Regex.cpp

r327256 / 2b8b90a7686858b1d22cae6fcfbd0904135112aa added this
include-order work-around since regex_impl.h's include guard conflicted
with macOS's xlocale.h which used the same macro.

Since b86c249691a7973a451bc6a586b39da64778d219 renamed the include
guard, that work-around is no longer needed.

Differential revision: https://reviews.llvm.org/D150127




More information about the All-commits mailing list