================
@@ -5057,8 +5057,17 @@ const Function *Compiler<Emitter>::getFunction(const 
FunctionDecl *FD) {
 
 template <class Emitter>
 bool Compiler<Emitter>::visitExpr(const Expr *E, bool DestroyToplevelScope) {
+  if (E->getType().isNull())
----------------
erichkeane wrote:

When do we have an expression that itself is valid, but with a null type? 

https://github.com/llvm/llvm-project/pull/186045
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to