[PATCH] D109270: [NFC] Run clang-format on llvm/lib/Trget/AVR/

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 4 04:57:26 PDT 2021


xgupta created this revision.
xgupta added reviewers: benshi001, mhjacobson, aykevl.
Herald added subscribers: Jim, hiraditya, dylanmckay.
xgupta requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The current inconsistency confuse contributors which coding guidlines to follow.
It would be better to have it consistent using clang-format tool.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109270

Files:
  llvm/lib/Target/AVR/AVR.h
  llvm/lib/Target/AVR/AVR.td
  llvm/lib/Target/AVR/AVRCallingConv.td
  llvm/lib/Target/AVR/AVRDevices.td
  llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
  llvm/lib/Target/AVR/AVRFrameLowering.cpp
  llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp
  llvm/lib/Target/AVR/AVRISelLowering.cpp
  llvm/lib/Target/AVR/AVRISelLowering.h
  llvm/lib/Target/AVR/AVRInstrFormats.td
  llvm/lib/Target/AVR/AVRInstrInfo.cpp
  llvm/lib/Target/AVR/AVRInstrInfo.h
  llvm/lib/Target/AVR/AVRInstrInfo.td
  llvm/lib/Target/AVR/AVRMCInstLower.cpp
  llvm/lib/Target/AVR/AVRMCInstLower.h
  llvm/lib/Target/AVR/AVRMachineFunctionInfo.h
  llvm/lib/Target/AVR/AVRRegisterInfo.cpp
  llvm/lib/Target/AVR/AVRRegisterInfo.h
  llvm/lib/Target/AVR/AVRRegisterInfo.td
  llvm/lib/Target/AVR/AVRRelaxMemOperations.cpp
  llvm/lib/Target/AVR/AVRSubtarget.h
  llvm/lib/Target/AVR/AVRTargetMachine.cpp
  llvm/lib/Target/AVR/AVRTargetMachine.h
  llvm/lib/Target/AVR/AVRTargetObjectFile.cpp
  llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp
  llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
  llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
  llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h
  llvm/lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp
  llvm/lib/Target/AVR/MCTargetDesc/AVRELFStreamer.cpp
  llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h
  llvm/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.cpp
  llvm/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.h
  llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp
  llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.h
  llvm/lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp
  llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp
  llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.h
  llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp
  llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109270.370731.patch
Type: text/x-patch
Size: 319308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210904/448212f0/attachment-0001.bin>


More information about the llvm-commits mailing list