git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103696 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2010-05-13 03:40:51 +00:00
Родитель bef0efd11b
Коммит b47467ba5d
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -1167,8 +1167,6 @@ clang_createTranslationUnitFromSourceFile(CXIndex CIdx,
RemappedFiles.size(),
/*CaptureDiagnostics=*/true));
// FIXME: Until we have broader testing, just drop the entire AST if we
// encountered an error.
if (NumErrors != Diags->getNumErrors()) {
// Make sure to check that 'Unit' is non-NULL.
if (CXXIdx->getDisplayDiagnostics() && Unit.get()) {