]> granicus.if.org Git - clang/commitdiff
Remove obsolete comment
authorStephen Kelly <steveire@gmail.com>
Tue, 14 Aug 2018 21:34:29 +0000 (21:34 +0000)
committerStephen Kelly <steveire@gmail.com>
Tue, 14 Aug 2018 21:34:29 +0000 (21:34 +0000)
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

unittests/AST/ASTImporterTest.cpp

index 4e13f295aa343206971242aa71347f17c17ba1e8..8f6b0f354d7c1f1e3fc4f4f3345be13add4bf4cf 100644 (file)
@@ -653,7 +653,6 @@ TEST_P(ImportExpr, ImportSwitch) {
 
 TEST_P(ImportExpr, ImportStmtExpr) {
   MatchVerifier<Decl> 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,