aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-05-13 03:40:51 +0000
committerTed Kremenek <kremenek@apple.com>2010-05-13 03:40:51 +0000
commitb47467ba5d6525e3f50fca6e126f0fa716cd8feb (patch)
tree7201522362015f2e8c18a573a4cde28dd09cf23b
parentbef0efd11bc4430a3ee437a3213cec5c18af855a (diff)
Remove stale comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103696 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/libclang/CIndex.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/libclang/CIndex.cpp b/tools/libclang/CIndex.cpp
index ffcaa882bb..1ca60e245c 100644
--- a/tools/libclang/CIndex.cpp
+++ b/tools/libclang/CIndex.cpp
@@ -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()) {