Skip to content

Commit f72b448

Browse files
committed
remove change that should not be there
1 parent 9b4a9c4 commit f72b448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Frontend/CompilerInstance.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ class CompilerInstance : public ModuleLoader {
559559
bool hasSema() const { return (bool)TheSema; }
560560

561561
Sema &getSema() const {
562-
// assert(TheSema && "Compiler instance has no Sema object!");
562+
assert(TheSema && "Compiler instance has no Sema object!");
563563
return *TheSema;
564564
}
565565

0 commit comments

Comments
 (0)