https://github.com/Michael137 approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/102895
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Michael137 wrote:
If you cherry-pick `2bcab9ba7139cfa96c85433fa85b29c8a6d7008b` alongside it,
then we should be fine.
https://github.com/llvm/llvm-project/pull/107938
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://list
Michael137 wrote:
Could you elaborate on how this will be used/the motivation for this?
https://github.com/llvm/llvm-project/pull/128977
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
Author: Michael Buch
Date: 2025-07-04T07:39:13+01:00
New Revision: 59e812f2eed8be9674efa42cdbfe4a9d1fb57052
URL:
https://github.com/llvm/llvm-project/commit/59e812f2eed8be9674efa42cdbfe4a9d1fb57052
DIFF:
https://github.com/llvm/llvm-project/commit/59e812f2eed8be9674efa42cdbfe4a9d1fb57052.diff
@@ -78,8 +78,8 @@
// DWPFOO-NEXT: struct CustomType {
// DWPFOO-NEXT: typedef unsigned int IntegerType;
// DWPFOO-NEXT: typedef float FloatType;
-// DWPFOO-NEXT: CustomType::IntegerType x;
-// DWPFOO-NEXT: CustomType::FloatType y;
+// DWPFOO-NEXT: IntegerTyp
@@ -10,7 +10,7 @@
// to the incomplete type. Make sure that succeeds. Use the expression command
// to make sure the resulting AST can be imported correctly.
// CHECK: expr -- var
-// CHECK: (A::X) $0 = 0
+// CHECK: (X) $0 = 0
Michael137 wrote:
Would be nice n
https://github.com/Michael137 edited
https://github.com/llvm/llvm-project/pull/149949
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Michael137 wrote:
> > @mizvekov do you have a macOS machine handy to test this on? Or do you want
> > me to try?
>
> I don't think there is anything macOS specific about this change.
>
> My main development machine is macOS, and I always struggled with testing
> LLDB on it.
>
> But I finally
Michael137 wrote:
Clean build succeeded.
These tests fail on macOS:
```
Unresolved Tests (3):
lldb-api ::
commands/expression/import-std-module/list/TestListFromStdModule.py
lldb-api ::
commands/expression/import-std-module/non-module-type-separati
https://github.com/Michael137 approved this pull request.
Thanks for ensuring we don't lose the scope in our typenames! LGTM
https://github.com/llvm/llvm-project/pull/149949
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https:
Michael137 wrote:
@mizvekov do you have a macOS machine handy to test this on? Or do you want me
to try?
https://github.com/llvm/llvm-project/pull/149949
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cg
Michael137 wrote:
Hmmm getting this error when building the patch series locally
```
Undefined symbols for architecture arm64:
"clang::NestedNameSpecifierLoc::getTypeLoc() const", referenced from:
clang::RecursiveASTVisitor<(anonymous
namespace)::RetainPtrCtorAdoptChecker::checkASTDecl(c
12 matches
Mail list logo