[PATCH] D138714: [Support] Apply clang-format on .inc files. NFC.

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 25 07:10:01 PST 2022


aganea created this revision.
aganea added reviewers: MaskRay, thieta, mstorsjo.
Herald added subscribers: StephenFan, hiraditya, fedor.sergeev, krytarowski.
Herald added a project: All.
aganea requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138714

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138714.477955.patch
Type: text/x-patch
Size: 101122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221125/84fcb974/attachment.bin>


More information about the llvm-commits mailing list