rjmccall added a comment.

`getSubExprAsWritten`, as the name suggests, is a query for exploring the 
source code as written; it should generally not be used in CodeGen, which 
should be respecting the semantics of the AST.  If Sema is applying implicit 
conversions that aren't desirable, we should fix that in Sema, if necessary by 
using custom type-checking.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131979

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

Reply via email to