diff options
author | Francois Pichet <pichet2000@gmail.com> | 2011-09-01 16:38:08 +0000 |
---|---|---|
committer | Francois Pichet <pichet2000@gmail.com> | 2011-09-01 16:38:08 +0000 |
commit | 0274487d97fa4daa8478b05dbc2e5fed9ce00493 (patch) | |
tree | d97d234b30c9732c258e7e5d8d7c6e141e5faee1 /clang/test/Index/annotate-nested-name-specifier.cpp | |
parent | 5f344fff089dd7685bd0013ef6f03b318819b334 (diff) | |
download | bcm5719-llvm-0274487d97fa4daa8478b05dbc2e5fed9ce00493.tar.gz bcm5719-llvm-0274487d97fa4daa8478b05dbc2e5fed9ce00493.zip |
Enable -fdelayed-template-parsing by default on Win32.
I had to force -fno-delayed-template-parsing on some Index tests because delayed template parsing will change the output of some tests.
llvm-svn: 138942
Diffstat (limited to 'clang/test/Index/annotate-nested-name-specifier.cpp')
-rw-r--r-- | clang/test/Index/annotate-nested-name-specifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/annotate-nested-name-specifier.cpp b/clang/test/Index/annotate-nested-name-specifier.cpp index 7c83740f088..3189f19c9df 100644 --- a/clang/test/Index/annotate-nested-name-specifier.cpp +++ b/clang/test/Index/annotate-nested-name-specifier.cpp @@ -137,7 +137,7 @@ struct X9 : X8 { } }; -// RUN: c-index-test -test-annotate-tokens=%s:13:1:137:1 %s | FileCheck %s +// RUN: c-index-test -test-annotate-tokens=%s:13:1:137:1 -fno-delayed-template-parsing %s | FileCheck %s // CHECK: Keyword: "using" [14:1 - 14:6] UsingDeclaration=vector[4:12] // CHECK: Identifier: "outer_alias" [14:7 - 14:18] NamespaceRef=outer_alias:10:11 |