[PATCH] D126172: [clang] Fix comparison of TemplateArgument when they are of template kind

Robert Esclapez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 2 09:27:53 PDT 2022


roberteg16 added a comment.

In D126172#3754221 <https://reviews.llvm.org/D126172#3754221>, @mizvekov wrote:

> Hello, @roberteg16, are you still interested in working on this patch?
>
> I might need a fix for this myself, and also it happened recently that someone else attempted a fix for the same bug.
>
> If you are not abandoning it, please let us know!

Hey @mizvekov! Sorry for the late response.

Yes, I am still interested and I am working on this. I'll let you know ASAP if I find something that resembles a valid fix.

I would be very grateful if you could give me some tips for debuging better clang or if you could point me towards documents, links, whatever that could give me nice information about how to reason about the code of the parser/sema of clang.

If you are in a hurry and need to fix it yourself and it happens that you finish the path first, please @ me so I can get to see how an error like this would be fixed, thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126172/new/

https://reviews.llvm.org/D126172



More information about the cfe-commits mailing list