================
@@ -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 [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
