labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.
Comment at: lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp:74
+ case 1:
+return static_cast(-1);
+ case 2:
I'd probably use fixed with ty
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6335deb68b1d: [lldb/test] Use SBPlatform info for
lldbplatformutil.getPlatform() (authored by labath).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138430/n
Author: Pavel Labath
Date: 2022-11-29T11:29:58+01:00
New Revision: 6335deb68b1dd417da4dff4f36fc344d8656e81a
URL:
https://github.com/llvm/llvm-project/commit/6335deb68b1dd417da4dff4f36fc344d8656e81a
DIFF:
https://github.com/llvm/llvm-project/commit/6335deb68b1dd417da4dff4f36fc344d8656e81a.diff
rupprecht updated this revision to Diff 478507.
rupprecht added a comment.
- Add comment about choice of 300 types
- Use fixed-width types
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138892/new/
https://reviews.llvm.org/D138892
Files:
lldb/sou
rupprecht marked an inline comment as done.
rupprecht added inline comments.
Comment at: lldb/source/Plugins/Instruction/RISCV/RISCVInstructions.h:15
-#include "EmulateInstructionRISCV.h"
#include "llvm/ADT/Optional.h"
MaskRay wrote:
> I assume that this is co
Author: Jordan Rupprecht
Date: 2022-11-29T04:14:55-08:00
New Revision: cd02e78cd5cdfa079f2a82f34fea25bee1ae02da
URL:
https://github.com/llvm/llvm-project/commit/cd02e78cd5cdfa079f2a82f34fea25bee1ae02da
DIFF:
https://github.com/llvm/llvm-project/commit/cd02e78cd5cdfa079f2a82f34fea25bee1ae02da.di
This revision was automatically updated to reflect the committed changes.
rupprecht marked an inline comment as done.
Closed by commit rGcd02e78cd5cd: [NFC] Make headers self-contained. (authored
by rupprecht).
Changed prior to commit:
https://reviews.llvm.org/D138310?vs=476502&id=478515#toc
R
Author: Jordan Rupprecht
Date: 2022-11-29T04:22:30-08:00
New Revision: 3c10e9c77332ad0472d8641a62b8faf76deef0bf
URL:
https://github.com/llvm/llvm-project/commit/3c10e9c77332ad0472d8641a62b8faf76deef0bf
DIFF:
https://github.com/llvm/llvm-project/commit/3c10e9c77332ad0472d8641a62b8faf76deef0bf.di
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3c10e9c77332: [test] Implement layout for unstable
std::string garbage formatter tests. (authored by rupprecht).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org
Author: Jordan Rupprecht
Date: 2022-11-29T04:34:40-08:00
New Revision: 7d26f9e1329f981ed43eb31f66891702de2f6470
URL:
https://github.com/llvm/llvm-project/commit/7d26f9e1329f981ed43eb31f66891702de2f6470
DIFF:
https://github.com/llvm/llvm-project/commit/7d26f9e1329f981ed43eb31f66891702de2f6470.di
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7d26f9e1329f: [test] Allow libc++ namespaces besides `__1`
(authored by rupprecht).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
Author: Jonas Devlieghere
Date: 2022-11-29T09:07:11-08:00
New Revision: b3c978e850d374438697f8b79b5e28ab51310068
URL:
https://github.com/llvm/llvm-project/commit/b3c978e850d374438697f8b79b5e28ab51310068
DIFF:
https://github.com/llvm/llvm-project/commit/b3c978e850d374438697f8b79b5e28ab51310068.d
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb3c978e850d3: [lldb] Make SWIG an auto-detected dependency
(authored by JDevlieghere).
Herald added a project: LLDB.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm
kastiglione added inline comments.
Comment at: lldb/source/Target/Target.cpp:208
+// of the debugee.
+m_scratch_type_system_map.Clear();
m_process_sp.reset();
Do we have some place in the life-cycle where we can perform this only if the
target has c
arphaman added a comment.
Herald added a reviewer: njames93.
Hi @mizvekov.
This change has caused a failure in Clang's stage 2 CI on the green dragon
Darwin CI:
https://green.lab.llvm.org/green/job/clang-stage2-Rthinlto/6390/console.
Assertion failed: (lvaluePath->getType() == elemTy && "Une
cjdb created this revision.
cjdb added reviewers: aaron.ballman, erichkeane, shafik.
Herald added subscribers: carlosgalvezp, kadircet, arphaman.
Herald added a reviewer: njames93.
Herald added projects: Flang, All.
cjdb requested review of this revision.
Herald added subscribers: cfe-commits, libc
Author: Dave Lee
Date: 2022-11-29T12:46:20-08:00
New Revision: 185d4964a1584cedc3385adb4d6ed863c71f6515
URL:
https://github.com/llvm/llvm-project/commit/185d4964a1584cedc3385adb4d6ed863c71f6515
DIFF:
https://github.com/llvm/llvm-project/commit/185d4964a1584cedc3385adb4d6ed863c71f6515.diff
LOG:
This revision was automatically updated to reflect the committed changes.
Closed by commit rG185d4964a158: [lldb] Introduce dwim-print command (authored
by kastiglione).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138315/new/
https://reviews.llvm.
erichkeane added a comment.
Herald added subscribers: Michael137, JDevlieghere.
A few comments. I don't mind the approach, though I find myself wondering if
the "FormatDiagnostic" call should stay the same, and choose the legacy-reason
only when a sarif reason doesn't exist? Or for some level
cjdb added a comment.
I don't understand why `test_demangle.pass.cpp` was considered too big to
upload. Here's the diff:
diff --git a/libcxxabi/test/test_demangle.pass.cpp
b/libcxxabi/test/test_demangle.pass.cpp
index dce8e6c3..9da6fb7d2ad9 100644
--- a/libcxxabi/test/test_demangle.pa
cjdb added a comment.
> The clang-side interface to this seems a touch clunky, and I fear it'll make
> continuing its use/generalizing its use less likely.
Is this w.r.t. the `FormatDiagnostic` being split up, or is it something else?
If it's the former: I'll be changing that to `FormatLegacyDi
aprantl added a comment.
I think the ` void FindTypes(const TypeQuery &query, TypeResults &results);`
API looks like a reasonable compromise. I have a bunch of smaller questions
inside, but otherwise I think this can work.
Comment at: lldb/include/lldb/Core/Module.h:435
+ //
cjdb added a comment.
> though I find myself wondering if the "FormatDiagnostic" call should stay the
> same, and choose the legacy-reason only when a sarif reason doesn't exist? Or
> for some level of command line control?
Hmm... isn't this the point of the diagnostic consumers?
Repository:
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Small nitpicks, otherwise good!
Comment at: lldb/source/Plugins/Language/CPlusPlus/LibCxxRangesRefView.cpp:41
+private:
+ lldb::ValueObjectSP m_range_sp = nullptr; ///< Po
aprantl added inline comments.
Comment at: lldb/source/Target/Target.cpp:207
+// E.g., this could happen on rebuild & relaunch
+// of the debugee.
+m_scratch_type_system_map.Clear();
Not opposed to this, but this is leaking an implementation detail of
kastiglione created this revision.
kastiglione added reviewers: jingham, labath.
Herald added a project: All.
kastiglione requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Allow `dwim-print` to evaluate expressions using the dummy target if n
aprantl updated this revision to Diff 478762.
aprantl added a comment.
Herald added a subscriber: fedor.sergeev.
Don't introduce a Host->Core dependency. Cache the errors and remove Progress
reports (since they also depend on Core).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138060/n
27 matches
Mail list logo