]> granicus.if.org Git - clang/commit
Fix ASTImporterTest on Windows after r333082
authorHans Wennborg <hans@hanshq.net>
Thu, 24 May 2018 10:49:38 +0000 (10:49 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 24 May 2018 10:49:38 +0000 (10:49 +0000)
commitc6b61dec4f1388cbe08e1e486af065aeadd3505a
treedeb8331fcf7d03068236575b565a1aca219d5323
parent4d35581b46b40f8410113e3d70a7b52f9a7fa62c
Fix ASTImporterTest on Windows after r333082

With MS compatibility, Sema adds an implicit definition of type_info,
which was causing the matchers to return 3 instead of 2.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333170 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/AST/ASTImporterTest.cpp