[all-commits] [llvm/llvm-project] 665b41: [DebugInfo] run clang-format on some unformatted f...
Luís Ferreira via All-commits
all-commits at lists.llvm.org
Thu Nov 11 19:10:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 665b4138d9eca2a783693c34f991a7329907d374
https://github.com/llvm/llvm-project/commit/665b4138d9eca2a783693c34f991a7329907d374
Author: Luís Ferreira <contact at lsferreira.net>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M llvm/include/llvm/IR/DebugInfoMetadata.h
M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
M llvm/lib/IR/DIBuilder.cpp
M llvm/lib/IR/DebugInfoMetadata.cpp
M llvm/lib/IR/LLVMContextImpl.h
Log Message:
-----------
[DebugInfo] run clang-format on some unformatted files
This trivial patch runs clang-format on some unformatted files before
doing logic changes and prevent hard to review diffs.
Differential Revision: https://reviews.llvm.org/D113572
More information about the All-commits
mailing list