[all-commits] [llvm/llvm-project] f1aa73: [Support] Apply clang-format on .inc files. NFC.

Alexandre Ganea via All-commits all-commits at lists.llvm.org
Sat Nov 26 06:38:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1aa7348d355a57cd9050f37860346bd82118573
      https://github.com/llvm/llvm-project/commit/f1aa7348d355a57cd9050f37860346bd82118573
  Author: Alexandre Ganea <alex_toresh at yahoo.fr>
  Date:   2022-11-26 (Sat, 26 Nov 2022)

  Changed paths:
    M llvm/lib/Support/Unix/COM.inc
    M llvm/lib/Support/Unix/DynamicLibrary.inc
    M llvm/lib/Support/Unix/Memory.inc
    M llvm/lib/Support/Unix/Path.inc
    M llvm/lib/Support/Unix/Process.inc
    M llvm/lib/Support/Unix/Program.inc
    M llvm/lib/Support/Unix/Signals.inc
    M llvm/lib/Support/Unix/ThreadLocal.inc
    M llvm/lib/Support/Unix/Threading.inc
    M llvm/lib/Support/Unix/Watchdog.inc
    M llvm/lib/Support/Windows/COM.inc
    M llvm/lib/Support/Windows/DynamicLibrary.inc
    M llvm/lib/Support/Windows/Host.inc
    M llvm/lib/Support/Windows/Memory.inc
    M llvm/lib/Support/Windows/Path.inc
    M llvm/lib/Support/Windows/Process.inc
    M llvm/lib/Support/Windows/Program.inc
    M llvm/lib/Support/Windows/Signals.inc
    M llvm/lib/Support/Windows/ThreadLocal.inc
    M llvm/lib/Support/Windows/Threading.inc
    M llvm/lib/Support/Windows/Watchdog.inc
    M llvm/lib/Support/Windows/explicit_symbols.inc

  Log Message:
  -----------
  [Support] Apply clang-format on .inc files. NFC.

Apply clang-format on llvm/lib/Support/Windows/ and llvm/lib/Support/Unix/ since .inc files in these folders aren't picked up by default. Eventually we need to add this extension in the monorepo .clang-format file.

Differential Revision: https://reviews.llvm.org/D138714




More information about the All-commits mailing list