]> granicus.if.org Git - clang/commit
AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstructExpr...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 8 Jul 2013 06:38:46 +0000 (06:38 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 8 Jul 2013 06:38:46 +0000 (06:38 +0000)
commit1fb09dfa19b7e4515347106ff5dd279f2021c9c4
tree410e8ce20e97fccb458997f27d2b22d289cdaaf2
parentb9bad79ca821a59a75557b30613588681c4f793e
AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstructExpr.SourceRange, for now.

FIXME: It could pass if MS-compatible mode were disabled with Args.push_back("-fno-delayed-template-parsing").

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