[all-commits] [llvm/llvm-project] 5b17eb: [lldb] Fix stale diagnostic event comments (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Oct 24 11:15:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b17eb1c1e152a6d7dbcb94d7613bc2a7ea0b92b
https://github.com/llvm/llvm-project/commit/5b17eb1c1e152a6d7dbcb94d7613bc2a7ea0b92b
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-10-24 (Mon, 24 Oct 2022)
Changed paths:
M lldb/include/lldb/Core/Debugger.h
M lldb/source/Core/Debugger.cpp
Log Message:
-----------
[lldb] Fix stale diagnostic event comments (NFC)
The diagnostic events were heavily inspired by the progress events and
several comments incorrectly referenced "progress" rather than
"diagnostic" events.
More information about the All-commits
mailing list