[libc-commits] [PATCH] D94642: [libc] Use #undef isascii in specific header

Thorsten via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 14 00:25:04 PST 2021


tschuett added a comment.

clang-format supports include blocks:

  BasedOnStyle: LLVM
  IncludeBlocks: Regroup
  IncludeCategories:
    - Regex:           '^<.*\.h>'
      Priority:        2
    - Regex:           '^<.*'
      Priority:        6
    - Regex:           '^"(llvm|llvm-c)/'
      Priority:        5
    - Regex:           '^"(clang|clang-c)/'
      Priority:        4
    - Regex:           '^"\.\./'
      Priority:        3
    - Regex:           '.*'
      Priority:        1


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94642/new/

https://reviews.llvm.org/D94642



More information about the libc-commits mailing list