[Lldb-commits] [lldb] e126fa2 - [unittest] Fix HighlighterTest.cpp after D151683

2023-07-22 Thread Fangrui Song via lldb-commits
Author: Fangrui Song Date: 2023-07-22T18:30:02-07:00 New Revision: e126fa27c07c83997fcdee2bd45996ffc860317b URL: https://github.com/llvm/llvm-project/commit/e126fa27c07c83997fcdee2bd45996ffc860317b DIFF: https://github.com/llvm/llvm-project/commit/e126fa27c07c83997fcdee2bd45996ffc860317b.diff

[Lldb-commits] [lldb] 5d66f9f - [gdb-remote] Sort entries in QEnvironment*

2023-07-22 Thread Fangrui Song via lldb-commits
Author: Fangrui Song Date: 2023-07-22T16:45:32-07:00 New Revision: 5d66f9fd8e97c05a5dba317d3ad2566e61ead1ff URL: https://github.com/llvm/llvm-project/commit/5d66f9fd8e97c05a5dba317d3ad2566e61ead1ff DIFF: https://github.com/llvm/llvm-project/commit/5d66f9fd8e97c05a5dba317d3ad2566e61ead1ff.diff

[Lldb-commits] [PATCH] D151683: [clang] Enable C++11-style attributes in all language modes

2023-07-22 Thread Nikolas Klauser via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG874217f99b99: [clang] Enable C++11-style attributes in all language modes (authored by philnik). Repository: rG LLVM Github Monorepo CHANGES SINC

[Lldb-commits] [lldb] 874217f - [clang] Enable C++11-style attributes in all language modes

2023-07-22 Thread Nikolas Klauser via lldb-commits
Author: Nikolas Klauser Date: 2023-07-22T09:34:15-07:00 New Revision: 874217f99b99ab3c9026dc3b7bd84cd2beebde6e URL: https://github.com/llvm/llvm-project/commit/874217f99b99ab3c9026dc3b7bd84cd2beebde6e DIFF: https://github.com/llvm/llvm-project/commit/874217f99b99ab3c9026dc3b7bd84cd2beebde6e.dif

[Lldb-commits] [PATCH] D156020: [lldb][PlatformDarwin] Parse SDK path for module compilation from debug-info

2023-07-22 Thread Michael Buch via Phabricator via lldb-commits
Michael137 added inline comments. Comment at: lldb/include/lldb/Target/Platform.h:492 + static llvm::Expected + GetSDKPathFromDebugInfo(Module &module); + Michael137 wrote: > I'm open to suggestions on where to put this API. `Platform` seems a bit too > generi

[Lldb-commits] [PATCH] D156020: [lldb][PlatformDarwin] Parse SDK path for module compilation from debug-info

2023-07-22 Thread Michael Buch via Phabricator via lldb-commits
Michael137 updated this revision to Diff 543160. Michael137 added a comment. - Remove redundant headers Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156020/new/ https://reviews.llvm.org/D156020 Files: lldb/include/lldb/Target/Platform.h lldb/

[Lldb-commits] [PATCH] D156020: [lldb][PlatformDarwin] Parse SDK path for module compilation from debug-info

2023-07-22 Thread Michael Buch via Phabricator via lldb-commits
Michael137 added inline comments. Herald added a subscriber: JDevlieghere. Comment at: lldb/include/lldb/Target/Platform.h:492 + static llvm::Expected + GetSDKPathFromDebugInfo(Module &module); + I'm open to suggestions on where to put this API. `Platform` seem

[Lldb-commits] [PATCH] D156020: [lldb][PlatformDarwin] Parse SDK path for module compilation from debug-info

2023-07-22 Thread Michael Buch via Phabricator via lldb-commits
Michael137 created this revision. Michael137 added a reviewer: aprantl. Herald added a project: All. Michael137 requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. When we build the Clang module compilation command (e.g., when a user requests i