[Lldb-commits] [PATCH] D154775: [Support] Move StringExtras.h include from Error.h to Error.cpp (part 4)

2023-07-08 Thread Elliot Goodrich via Phabricator via lldb-commits
IncludeGuardian added a comment. Herald added a subscriber: JDevlieghere. After the previous attempt, I believe only LLDB was failing to compile. These are the necessary changes needed to fix all of LLDB locally on `main`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION http

[Lldb-commits] [PATCH] D154775: [Support] Move StringExtras.h include from Error.h to Error.cpp (part 4)

2023-07-08 Thread Elliot Goodrich via Phabricator via lldb-commits
IncludeGuardian created this revision. IncludeGuardian added a reviewer: MaskRay. Herald added subscribers: arphaman, hiraditya. Herald added a project: All. IncludeGuardian requested review of this revision. Herald added projects: LLDB, LLVM. Herald added subscribers: llvm-commits, lldb-commits.

[Lldb-commits] [PATCH] D154763: [Support] Move StringExtras.h include from Error.h to Error.cpp (attempt 3)

2023-07-08 Thread Elliot Goodrich via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGa11efd49266f: Add missing StringExtras.h includes (authored by Inc

[Lldb-commits] [lldb] a11efd4 - Add missing StringExtras.h includes

2023-07-08 Thread Elliot Goodrich via lldb-commits
Author: Elliot Goodrich Date: 2023-07-08T20:06:21+01:00 New Revision: a11efd49266f6cf2a98bdf52428b0c9423158846 URL: https://github.com/llvm/llvm-project/commit/a11efd49266f6cf2a98bdf52428b0c9423158846 DIFF: https://github.com/llvm/llvm-project/commit/a11efd49266f6cf2a98bdf52428b0c9423158846.dif

[Lldb-commits] [PATCH] D154763: [Support] Move StringExtras.h include from Error.h to Error.cpp (attempt 3)

2023-07-08 Thread Elliot Goodrich via Phabricator via lldb-commits
IncludeGuardian updated this revision to Diff 538372. IncludeGuardian added a comment. Run clang-format over changes CHANGES SINCE LAST ACTION https://reviews.llvm.org/D154763/new/ https://reviews.llvm.org/D154763 Files: lldb/source/Host/common/File.cpp lldb/source/Host/common/Socket.cpp

[Lldb-commits] [PATCH] D154730: [lldb] Consider TAG_imported_declaration in DebugNamesIndex

2023-07-08 Thread Felipe de Azevedo Piovezan via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGcec33fc87c0c: [lldb] Consider TAG_imported_declaration in DebugNamesIndex (authored by fdeazeve). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D154730/new/

[Lldb-commits] [lldb] cec33fc - [lldb] Consider TAG_imported_declaration in DebugNamesIndex

2023-07-08 Thread Felipe de Azevedo Piovezan via lldb-commits
Author: Felipe de Azevedo Piovezan Date: 2023-07-08T09:16:11-04:00 New Revision: cec33fc87c0c0094b0d627031ff756b2d1f905eb URL: https://github.com/llvm/llvm-project/commit/cec33fc87c0c0094b0d627031ff756b2d1f905eb DIFF: https://github.com/llvm/llvm-project/commit/cec33fc87c0c0094b0d627031ff756b2d

[Lldb-commits] [PATCH] D154763: [Support] Move StringExtras.h include from Error.h to Error.cpp (attempt 3)

2023-07-08 Thread Elliot Goodrich via Phabricator via lldb-commits
IncludeGuardian created this revision. IncludeGuardian added a reviewer: MaskRay. Herald added a subscriber: hiraditya. Herald added a project: All. IncludeGuardian requested review of this revision. Herald added projects: LLDB, OpenMP, LLVM. Herald added subscribers: llvm-commits, openmp-commits,