From cb5b433798a648ae4fa7432761020d237136717a Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 14 Aug 2018 21:34:29 +0000 Subject: [PATCH] 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). llvm-svn: 339731 --- clang/unittests/AST/ASTImporterTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/unittests/AST/ASTImporterTest.cpp b/clang/unittests/AST/ASTImporterTest.cpp index 4e13f29..8f6b0f3 100644 --- a/clang/unittests/AST/ASTImporterTest.cpp +++ b/clang/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, -- 2.7.4