[Lldb-commits] [PATCH] D140996: [c++20] P1907R1: Support for generalized non-type template arguments of scalar type.

2023-05-06 Thread Andrey Ali Khan Bolshakov via Phabricator via lldb-commits
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

[Lldb-commits] [lldb] e8e8707 - Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""

2023-05-06 Thread Mark de Wever via lldb-commits
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

[Lldb-commits] [lldb] e6b5235 - [lldb] Replace None with std::nullopt in comments (NFC)

2023-05-06 Thread Kazu Hirata via lldb-commits
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

[Lldb-commits] [PATCH] D149987: ObjectFile: introduce a COFF object file plugin

2023-05-06 Thread Saleem Abdulrasool via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D149987: ObjectFile: introduce a COFF object file plugin

2023-05-06 Thread Saleem Abdulrasool via Phabricator via lldb-commits
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/

[Lldb-commits] [lldb] 123f939 - [lldb] Fix language label in ObjC Language unittest

2023-05-06 Thread Caroline Tice via lldb-commits
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

[Lldb-commits] [PATCH] D150019: [lldb] Fix language label in ObjC Language unittest

2023-05-06 Thread Caroline Tice via Phabricator via lldb-commits
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

[Lldb-commits] [lldb] e5f0f1d - [lldb] [NetBSD] getValue => operator* for Optional migration

2023-05-06 Thread Michał Górny via lldb-commits
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

[Lldb-commits] [PATCH] D150032: [lldb, NetBSD] getValue => operator* for Optional migration

2023-05-06 Thread Michał Górny via Phabricator via lldb-commits
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: