[all-commits] [llvm/llvm-project] d53496: [Orc] Use default member initialization (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jul 23 18:36:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d534967b6667c468b12e9ed5e3c482f590dde633
https://github.com/llvm/llvm-project/commit/d534967b6667c468b12e9ed5e3c482f590dde633
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-23 (Sat, 23 Jul 2022)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.cpp
Log Message:
-----------
[Orc] Use default member initialization (NFC)
Identified with modernize-use-default-member-init
Commit: 2201d1827ff373952514c9edc8625d1cdef93747
https://github.com/llvm/llvm-project/commit/2201d1827ff373952514c9edc8625d1cdef93747
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-23 (Sat, 23 Jul 2022)
Changed paths:
M llvm/include/llvm/Analysis/ScalarEvolution.h
Log Message:
-----------
[Analysis] Use default member initialization (NFC)
Compare: https://github.com/llvm/llvm-project/compare/9adc00a9d0af...2201d1827ff3
More information about the All-commits
mailing list