summaryrefslogtreecommitdiffstats
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
commit00da2b15468143143ce9ce75e99eccf54d31ac7f (patch)
treed8b8a18b02ab5107c7bf3a6c0d4e1f19ee0a09be
parentd83889bd87c5827d659ca116e66133c876770f3e (diff)
downloadbcm5719-llvm-00da2b15468143143ce9ce75e99eccf54d31ac7f.tar.gz
bcm5719-llvm-00da2b15468143143ce9ce75e99eccf54d31ac7f.zip
Remove stale comment.
llvm-svn: 103696
-rw-r--r--clang/tools/libclang/CIndex.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/tools/libclang/CIndex.cpp b/clang/tools/libclang/CIndex.cpp
index ffcaa882bb2..1ca60e245c7 100644
--- a/clang/tools/libclang/CIndex.cpp
+++ b/clang/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()) {
OpenPOWER on IntegriCloud