Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(107)

Unified Diff: test/SemaTemplate/instantiate-function-params.cpp

Issue 890041: Make CXXScopeSpec invalid when incomplete (Closed) Base URL: https://llvm.org/svn/llvm-project/cfe/trunk/
Patch Set: Propagate the bad scope into any declarator it's part of Created 15 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/SemaCXX/nested-name-spec.cpp ('k') | test/SemaTemplate/instantiate-typedef.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/SemaTemplate/instantiate-function-params.cpp
===================================================================
--- test/SemaTemplate/instantiate-function-params.cpp (revision 100731)
+++ test/SemaTemplate/instantiate-function-params.cpp (working copy)
@@ -29,8 +29,7 @@
typedef instantiate< & requirement_<void(*)(usage_requirements<ForwardIterator> x)>::failed> boost_concept_check2; // expected-note 2 {{in instantiation}}
};
-typedef instantiate< &requirement_<void(*)(ForwardIterator<char*> x)>::failed> boost_concept_checkX; // expected-error{{no member named}} \
-// expected-note 6{{in instantiation}}
+typedef instantiate< &requirement_<void(*)(ForwardIterator<char*> x)>::failed> boost_concept_checkX;// expected-note 6{{in instantiation}}
template<typename T> struct X0 { };
template<typename R, typename A1> struct X0<R(A1 param)> { };
« no previous file with comments | « test/SemaCXX/nested-name-spec.cpp ('k') | test/SemaTemplate/instantiate-typedef.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b