[all-commits] [llvm/llvm-project] 50b127: [lldb] Qualify `auto` in the lldb driver (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Aug 25 07:40:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50b127613abc1a3d52f4f0f98ef6cdff4f9d39c8
https://github.com/llvm/llvm-project/commit/50b127613abc1a3d52f4f0f98ef6cdff4f9d39c8
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M lldb/tools/driver/Driver.cpp
Log Message:
-----------
[lldb] Qualify `auto` in the lldb driver (NFC)
The LLVM coding guidelines say to "[u]se auto & for values and auto *
for pointers unless you need to make a copy."
More information about the All-commits
mailing list