]> granicus.if.org Git - clang/commitdiff
Delayed template parsing is not supported by the AST serialization system yet, so...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 21 Mar 2013 19:38:59 +0000 (19:38 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 21 Mar 2013 19:38:59 +0000 (19:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177655 91177308-0d34-0410-b5e6-96231b3b80d8

test/Frontend/ast-main.cpp

index d3d8471cfc6740456003fee2fb1485845f9d3b43..4bddbe1372a095b8cae16325fd1da066e8470065 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang -emit-llvm -S -o %t1.ll -x c++ - < %s
-// RUN: %clang -emit-ast -o %t.ast %s
+// RUN: %clang -fno-delayed-template-parsing -emit-ast -o %t.ast %s
 // RUN: %clang -emit-llvm -S -o %t2.ll -x ast - < %t.ast
 // RUN: diff %t1.ll %t2.ll