NoQ added a comment.

Ok so you're saying that it's not just a wrong Decl but there's like an entire 
cast-expression missing in the AST? This fix is probably good enough for us but 
it begs a question, what does CodeGen do in such cases? Does it also need to 
emit a cast instruction into LLVM IR that doesn't correspond to anything in the 
AST? Or is this entirely about our weird pointer cast handling, that needs to 
act even when the numeric value of the pointer doesn't change?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136162

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to