================
@@ -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!");
----------------
hekota wrote:

Oops, this should not be there! :)

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

Reply via email to