[all-commits] [llvm/llvm-project] 88581d: [LazyCallGraph] Reformat the code in accordance wi...
Pavel Samolysov via All-commits
all-commits at lists.llvm.org
Tue Aug 30 01:07:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88581db62f55db4094aba122685c693609d382b4
https://github.com/llvm/llvm-project/commit/88581db62f55db4094aba122685c693609d382b4
Author: Pavel Samolysov <samolisov at gmail.com>
Date: 2022-08-30 (Tue, 30 Aug 2022)
Changed paths:
M llvm/include/llvm/Analysis/LazyCallGraph.h
M llvm/lib/Analysis/LazyCallGraph.cpp
Log Message:
-----------
[LazyCallGraph] Reformat the code in accordance with the code style. NFC
Also, some local variables were renamed in accordance with the code
style as well as `std::tie` occurrences and `.first`/`.second` member
uses were replaced with structure bindings.
Differential Revision: https://reviews.llvm.org/D132806
More information about the All-commits
mailing list