This revision was automatically updated to reflect the committed changes.
Closed by commit rGe5f0f1d3ee95: [lldb] [NetBSD] getValue => operator* for
Optional migration (authored by nikicoon, committed by mgorny).
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Repository:
Author: Nikita Ronja Gillmann
Date: 2023-05-07T06:12:19+02:00
New Revision: e5f0f1d3ee9589caec4e3859a4e57d6ece473dbe
URL:
https://github.com/llvm/llvm-project/commit/e5f0f1d3ee9589caec4e3859a4e57d6ece473dbe
DIFF:
https://github.com/llvm/llvm-project/commit/e5f0f1d3ee9589caec4e3859a4e57d6ece473d
This revision was automatically updated to reflect the committed changes.
Closed by commit rG123f939c14f7: [lldb] Fix language label in ObjC Language
unittest (authored by cmtice).
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Repository:
rG LLVM Github Monorepo
CHANGE
Author: Caroline Tice
Date: 2023-05-06T12:29:33-07:00
New Revision: 123f939c14f7a3c8e641d0348c1ad286538d4f1a
URL:
https://github.com/llvm/llvm-project/commit/123f939c14f7a3c8e641d0348c1ad286538d4f1a
DIFF:
https://github.com/llvm/llvm-project/commit/123f939c14f7a3c8e641d0348c1ad286538d4f1a.diff
compnerd updated this revision to Diff 520102.
compnerd marked an inline comment as done.
compnerd added a comment.
Address feedback
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149987/new/
https://reviews.llvm.org/D149987
Files:
lldb/source/Plugins/ObjectFile/CMakeLists.txt
lldb/
compnerd marked 4 inline comments as done.
compnerd added inline comments.
Comment at: lldb/source/Plugins/ObjectFile/COFF/ObjectFileCOFF.cpp:203
+.Case(".debug_pubnames", eSectionTypeDWARFDebugPubNames)
+.Case(".debug_pubtypes", eSectionTypeDWARFDebugPubT
Author: Kazu Hirata
Date: 2023-05-06T08:56:24-07:00
New Revision: e6b52355a1f3eae9310003ee714c802ac8a63b46
URL:
https://github.com/llvm/llvm-project/commit/e6b52355a1f3eae9310003ee714c802ac8a63b46
DIFF:
https://github.com/llvm/llvm-project/commit/e6b52355a1f3eae9310003ee714c802ac8a63b46.diff
L
Author: Mark de Wever
Date: 2023-05-06T17:03:56+02:00
New Revision: e8e8707b4aa6e4cc04c0cffb2de01d2de71165fc
URL:
https://github.com/llvm/llvm-project/commit/e8e8707b4aa6e4cc04c0cffb2de01d2de71165fc
DIFF:
https://github.com/llvm/llvm-project/commit/e8e8707b4aa6e4cc04c0cffb2de01d2de71165fc.diff
bolshakov-a updated this revision to Diff 520080.
bolshakov-a added a comment.
Rebased; somehow incorrectly merged `ReleaseNotes.rst` fixed.
`CXX/drs/dr12xx.cpp` starts to show that clang accepts now references to
bitfields as template arguments in C++20 mode. It is probably not OK.
CHANGES SI