forked from OSchip/llvm-project
Make sure to initialize ASTUnit::UnsafeToFree
llvm-svn: 111490
This commit is contained in:
parent
0d274a0258
commit
4740c4501e
|
@ -55,7 +55,8 @@ ASTUnit::ASTUnit(bool _MainFileIsAST)
|
|||
PreambleRebuildCounter(0), SavedMainFileBuffer(0),
|
||||
ShouldCacheCodeCompletionResults(false),
|
||||
NumTopLevelDeclsAtLastCompletionCache(0),
|
||||
CacheCodeCompletionCoolDown(0) {
|
||||
CacheCodeCompletionCoolDown(0),
|
||||
UnsafeToFree(false) {
|
||||
}
|
||||
|
||||
ASTUnit::~ASTUnit() {
|
||||
|
|
Loading…
Reference in New Issue