[all-commits] [llvm/llvm-project] 1f9595: [lldb] Reduce intentation in SymbolFileDWARF::Pars...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Fri Aug 28 02:58:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1f9595ede48d694b8506d22fd71f7ce13e00dafa
https://github.com/llvm/llvm-project/commit/1f9595ede48d694b8506d22fd71f7ce13e00dafa
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Log Message:
-----------
[lldb] Reduce intentation in SymbolFileDWARF::ParseVariableDIE
using early exits. NFC.
Commit: 9b50546b0b4087ec2ee8479d68e70b89c7956aaa
https://github.com/llvm/llvm-project/commit/9b50546b0b4087ec2ee8479d68e70b89c7956aaa
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
M lldb/include/lldb/Utility/Scalar.h
M lldb/source/Utility/Scalar.cpp
Log Message:
-----------
[lldb/Utility] Polish the Scalar class
This patch is mostly about removing the "Category" enum, which was
very useful when the Type enum contained a large number of types, but
now the two are completely identical.
It also removes some other artifacts like unused typedefs and macros.
Compare: https://github.com/llvm/llvm-project/compare/9300ca541164...9b50546b0b40
More information about the All-commits
mailing list