[all-commits] [llvm/llvm-project] e4a03b: [lldb] Default initialize CommandOptions fields (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Feb 18 09:07:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4a03b26898e9ca5917a425fc4b089bf5ba19272
https://github.com/llvm/llvm-project/commit/e4a03b26898e9ca5917a425fc4b089bf5ba19272
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-02-18 (Fri, 18 Feb 2022)
Changed paths:
M lldb/source/Commands/CommandObjectCommands.cpp
Log Message:
-----------
[lldb] Default initialize CommandOptions fields (NFC)
Make sure all fields are default initialized to the same values.
Commit: 622ea723ccfdc4495ac3a1283598a8d15f1524a3
https://github.com/llvm/llvm-project/commit/622ea723ccfdc4495ac3a1283598a8d15f1524a3
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-02-18 (Fri, 18 Feb 2022)
Changed paths:
M llvm/test/tools/dsymutil/X86/verify.test
Log Message:
-----------
[dsymutil] Make verification test resilient against output ordering
I didn't mean the checks for QUIET-OUTPUT-FAIL, QUIET-INPUT-FAIL and
VERBOSE-INPUT-FAIL to have any specific ordering.
Compare: https://github.com/llvm/llvm-project/compare/47b749e5be21...622ea723ccfd
More information about the All-commits
mailing list