forked from OSchip/llvm-project
parent
0747307049
commit
ef43990bb8
|
@ -130,7 +130,7 @@ public:
|
|||
}
|
||||
|
||||
ASTUnit &getCurrentASTUnit() const {
|
||||
assert(!CurrentASTUnit && "No current AST unit!");
|
||||
assert(CurrentASTUnit && "No current AST unit!");
|
||||
return *CurrentASTUnit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue