0x59616e added a comment.
I can only nitpick some of the peripheral issues since I have no knowledge in
most of the part of clang. Perhaps implementing the new standard feature is too
arduous for a tyro like me. It's great to see the real expert to complete this.
Comment at:
0x59616e added inline comments.
Comment at: clang/lib/Sema/SemaInit.cpp:6114-6116
+// const ValueDecl *VD = Entity.getDecl();
+// if (const VarDecl *VarD = dyn_cast_or_null(VD);
+// VarD && VarD->hasInit() && !VarD->getInit()->containsErrors())
---
0x59616e added a comment.
The pre-merge checks seem to have some issues.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140695/new/
https://reviews.llvm.org/D140695
___
cfe-commits mailing list
cfe-commit
0x59616e added a comment.
Also, could you add "Fixes #58974" in the commit message so that the item will
be closed automatically upon commiting ? Thtanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140695/new/
https://reviews.llvm.org/D140695
_
0x59616e accepted this revision.
0x59616e added a comment.
The CI seems OK. My first LGTM is given to you.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140695/new/
https://reviews.llvm.org/D140695
___
c
0x59616e created this revision.
Herald added a project: All.
0x59616e requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
-cc1 is replaced by -Xclang. Update get_started.html
to reflect this change.
Repository:
rG LLVM Github Monorepo
http
0x59616e added a comment.
ping.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149867/new/
https://reviews.llvm.org/D149867
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
0x59616e requested changes to this revision.
0x59616e added a comment.
This revision now requires changes to proceed.
A few minor adjustments are required.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143529/new/
https://reviews.llvm.org/D143529
0x59616e accepted this revision.
0x59616e added a comment.
This revision is now accepted and ready to land.
Shoot. I mixed it up with my own one. I'm sorry.
I can't find any isseu in this patch and it LGTM. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://revie
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcde139016a4e: [clang][Sema] Fix a crash when instantiating a
non-type template argument in a… (authored by 0x59616e).
Herald added a project: clang.
0x59616e accepted this revision.
0x59616e added a comment.
This revision is now accepted and ready to land.
Though creating our own calling convention is better, I think Min's path is
correct at this moment given that m68k is still an experimental target. We can
reignite this discussion once we'
0x59616e added inline comments.
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:559
+emitError |= DefaultCC == LangOptions::DCC_StdCall &&
+ !(Arch == llvm::Triple::m68k || Arch == llvm::Triple::x86);
emitError |= (DefaultCC == LangOptions::DCC_Vect
0x59616e added inline comments.
Comment at: clang/test/CodeGen/mrtd.c:9
+// X86: define{{.*}} x86_stdcallcc void @foo(i32 noundef %arg) [[NUW:#[0-9]+]]
+// M68k: define{{.*}} cc104 void @foo(i32 noundef %arg)
void foo(int arg) {
0x59616e wrote:
> Just curious, w
0x59616e added a comment.
I didn't see any issue here. Let's wait for the approval from other (more
senior) reviewers.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149867/new/
https://reviews.llvm.org/D149867
___
cfe-commits mailing list
cf
0x59616e added a comment.
LGTM. Thanks !
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147481/new/
https://reviews.llvm.org/D147481
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-co
15 matches
Mail list logo