[all-commits] [llvm/llvm-project] 8d1b6a: [llvm][utils] Rename lldb dict variables to intern...
Dave Lee via All-commits
all-commits at lists.llvm.org
Fri Feb 26 07:47:13 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d1b6afcea6c30db7728d966d9281ab373eaa9e1
https://github.com/llvm/llvm-project/commit/8d1b6afcea6c30db7728d966d9281ab373eaa9e1
Author: Dave Lee <davelee.com at gmail.com>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M llvm/utils/lldbDataFormatters.py
Log Message:
-----------
[llvm][utils] Rename lldb dict variables to internal_dict
Most lldb scripts use `internal_dict`. Also, `dict` is a builtin constructor,
it's good habit to avoid using it as a variable name.
More information about the All-commits
mailing list