================ @@ -559,7 +559,7 @@ class CompilerInstance : public ModuleLoader { bool hasSema() const { return (bool)TheSema; } Sema &getSema() const { - assert(TheSema && "Compiler instance has no Sema object!"); ---------------- inbelic wrote:
Why are we able to remove this assert? https://github.com/llvm/llvm-project/pull/113648 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits