[PATCH] D132806: [LazyCallGraph] Reformat the code in accordance with the code style. NFC
Pavel Samolysov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 28 03:05:00 PDT 2022
psamolysov created this revision.
psamolysov added reviewers: aeubanks, serge-sans-paille, MaskRay, lxfind.
psamolysov added a project: LLVM.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
psamolysov requested review of this revision.
Herald added a subscriber: llvm-commits.
Also, some local variables have been renamed in accordance with the code
style as well as structure bindings from C++17 were introduced instead of
std::tie.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D132806
Files:
llvm/include/llvm/Analysis/LazyCallGraph.h
llvm/lib/Analysis/LazyCallGraph.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132806.456180.patch
Type: text/x-patch
Size: 15824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220828/df84d70b/attachment-0001.bin>
More information about the llvm-commits
mailing list