From: Stephen Kelly Date: Tue, 14 Aug 2018 21:34:29 +0000 (+0000) Subject: Remove obsolete comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b146aa4a2f52d518dbaf8debee476e2dc4e14d58;p=clang Remove obsolete comment This related to the code as first checked in in r266292 ([ASTImporter] Implement some expression-related AST node import., 2016-04-14). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339731 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/AST/ASTImporterTest.cpp b/unittests/AST/ASTImporterTest.cpp index 4e13f295aa..8f6b0f354d 100644 --- a/unittests/AST/ASTImporterTest.cpp +++ b/unittests/AST/ASTImporterTest.cpp @@ -653,7 +653,6 @@ TEST_P(ImportExpr, ImportSwitch) { TEST_P(ImportExpr, ImportStmtExpr) { MatchVerifier Verifier; - // NOTE: has() ignores implicit casts, using hasDescendant() to match it testImport( "void declToImport() { int b; int a = b ?: 1; int C = ({int X=4; X;}); }", Lang_C, "", Lang_C, Verifier,