[Lldb-commits] [lldb] 3dfacc0 - CheckedArithmetic: llvm::Optional => std::optional

2022-12-04 Thread Fangrui Song via lldb-commits
Author: Fangrui Song Date: 2022-12-05T04:30:54Z New Revision: 3dfacc0a56e9d5718f51b1d3ce63070e79fc2608 URL: https://github.com/llvm/llvm-project/commit/3dfacc0a56e9d5718f51b1d3ce63070e79fc2608 DIFF: https://github.com/llvm/llvm-project/commit/3dfacc0a56e9d5718f51b1d3ce63070e79fc2608.diff LOG:

[Lldb-commits] [lldb] d2a6114 - [lldb/unittests] Use std::nullopt instead of None (NFC)

2022-12-04 Thread Kazu Hirata via lldb-commits
Author: Kazu Hirata Date: 2022-12-04T16:51:27-08:00 New Revision: d2a6114f27016065f6c7e7d39c0412e7d8d5e03b URL: https://github.com/llvm/llvm-project/commit/d2a6114f27016065f6c7e7d39c0412e7d8d5e03b DIFF: https://github.com/llvm/llvm-project/commit/d2a6114f27016065f6c7e7d39c0412e7d8d5e03b.diff

[Lldb-commits] [lldb] 768cae4 - [lldb] Use std::nullopt instead of None in comments (NFC)

2022-12-04 Thread Kazu Hirata via lldb-commits
Author: Kazu Hirata Date: 2022-12-04T20:11:39-08:00 New Revision: 768cae4a5ab3a564b25ed36c379423f71b42d9d0 URL: https://github.com/llvm/llvm-project/commit/768cae4a5ab3a564b25ed36c379423f71b42d9d0 DIFF: https://github.com/llvm/llvm-project/commit/768cae4a5ab3a564b25ed36c379423f71b42d9d0.diff

[Lldb-commits] [lldb] 7760971 - Forward-declare raw_ostream (NFC)

2022-12-04 Thread Kazu Hirata via lldb-commits
Author: Kazu Hirata Date: 2022-12-04T21:43:10-08:00 New Revision: 77609717410372e8c43aca49a268511378f58297 URL: https://github.com/llvm/llvm-project/commit/77609717410372e8c43aca49a268511378f58297 DIFF: https://github.com/llvm/llvm-project/commit/77609717410372e8c43aca49a268511378f58297.diff

[Lldb-commits] [lldb] a996cc2 - Remove unused #include "llvm/ADT/Optional.h"

2022-12-04 Thread Fangrui Song via lldb-commits
Author: Fangrui Song Date: 2022-12-05T06:31:11Z New Revision: a996cc217cefb9071888de38c6f05e5742d0106f URL: https://github.com/llvm/llvm-project/commit/a996cc217cefb9071888de38c6f05e5742d0106f DIFF: https://github.com/llvm/llvm-project/commit/a996cc217cefb9071888de38c6f05e5742d0106f.diff LOG:

[Lldb-commits] [lldb] c95a0c9 - [lldb] Fix the way we set up the lldb modules infrastructure.

2022-12-04 Thread Vassil Vassilev via lldb-commits
Author: Vassil Vassilev Date: 2022-12-05T07:39:19Z New Revision: c95a0c91c0de66eb1066f23c69332522656f188e URL: https://github.com/llvm/llvm-project/commit/c95a0c91c0de66eb1066f23c69332522656f188e DIFF: https://github.com/llvm/llvm-project/commit/c95a0c91c0de66eb1066f23c69332522656f188e.diff

[Lldb-commits] [PATCH] D139158: [LLDB][LoongArch] Make software single stepping work

2022-12-04 Thread WÁNG Xuěruì via Phabricator via lldb-commits
xen0n added a comment. I think you can remove the example from your commit message altogether, it's giving essentially no information while making the text very lengthy. Only keeping the first paragraph should be enough. Comment at: