[PATCH] D150511: [llvm] Fix include guards

Elliot Goodrich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 13 12:25:05 PDT 2023


IncludeGuardian created this revision.
IncludeGuardian added a reviewer: lattner.
Herald added subscribers: foad, jdoerfert, kerbowa, javed.absar, hiraditya, jvesely, arsenm, MatzeB.
Herald added a project: All.
IncludeGuardian requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add missing include guards to LLVM header files that did not previously
have them and update existing include guards to ensure that they enclose
all non-whitespace, non-comment text to enable these headers for the
multiple-include optimization.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150511

Files:
  llvm/lib/Support/DebugOptions.h
  llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h
  llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.h
  llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.h
  llvm/lib/Target/DirectX/DXILResourceAnalysis.h
  llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h
  llvm/lib/Target/SystemZ/SystemZMachineScheduler.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150511.521937.patch
Type: text/x-patch
Size: 4742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230513/a33b6532/attachment.bin>


More information about the llvm-commits mailing list