We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4a9c4 commit f72b448Copy full SHA for f72b448
clang/include/clang/Frontend/CompilerInstance.h
@@ -559,7 +559,7 @@ class CompilerInstance : public ModuleLoader {
559
bool hasSema() const { return (bool)TheSema; }
560
561
Sema &getSema() const {
562
- // assert(TheSema && "Compiler instance has no Sema object!");
+ assert(TheSema && "Compiler instance has no Sema object!");
563
return *TheSema;
564
}
565
0 commit comments