[all-commits] [llvm/llvm-project] ba2137: [Command] Fix accidental word concatenation in Opt...
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Tue Nov 10 16:16:11 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ba21376883d4527204ab6716597ca179e0b76157
https://github.com/llvm/llvm-project/commit/ba21376883d4527204ab6716597ca179e0b76157
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M lldb/source/Commands/Options.td
Log Message:
-----------
[Command] Fix accidental word concatenation in Options.td
Split up words that appear to have been accidentally concatenated.
This looks to be exhaustive: to find these in vim, use:
/\v[^ ]"\n +"[^ ]
Commit: 34d56b05fd78f0d3043f7f02badf7067cecadb30
https://github.com/llvm/llvm-project/commit/34d56b05fd78f0d3043f7f02badf7067cecadb30
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M lldb/include/lldb/Target/ThreadPlan.h
Log Message:
-----------
[ThreadPlan] Reflow docs to fit the 80 column limit, NFC
Commit: 04cd6c62176ce027af2d343044b84ce5d317aee7
https://github.com/llvm/llvm-project/commit/04cd6c62176ce027af2d343044b84ce5d317aee7
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M lldb/include/lldb/Target/ThreadPlanStepInRange.h
M lldb/source/Target/ThreadPlanStepInRange.cpp
Log Message:
-----------
[ThreadPlan] Delete unused ThreadPlanStepInRange code, NFC
Compare: https://github.com/llvm/llvm-project/compare/0ae2ea8f83e3...04cd6c62176c
More information about the All-commits
mailing list