summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/member-function-template.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-08-21 18:42:58 +0000
committerDouglas Gregor <dgregor@apple.com>2009-08-21 18:42:58 +0000
commit5ed5ae476e5c7d26acf6ee1ccbcaa6b0487ceb1f (patch)
treec8e79b405689c3e354f65300e250c5ddb64665ad /clang/test/SemaTemplate/member-function-template.cpp
parentcb7444342b54411155d28f601bc6606c4969bc3f (diff)
downloadbcm5719-llvm-5ed5ae476e5c7d26acf6ee1ccbcaa6b0487ceb1f.tar.gz
bcm5719-llvm-5ed5ae476e5c7d26acf6ee1ccbcaa6b0487ceb1f.zip
Introduce support for constructor templates, which can now be declared
and will participate in overload resolution. Unify the instantiation of CXXMethodDecls and CXXConstructorDecls, which had already gotten out-of-sync. llvm-svn: 79658
Diffstat (limited to 'clang/test/SemaTemplate/member-function-template.cpp')
-rw-r--r--clang/test/SemaTemplate/member-function-template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaTemplate/member-function-template.cpp b/clang/test/SemaTemplate/member-function-template.cpp
index 0f3a37a702f..906980ac11a 100644
--- a/clang/test/SemaTemplate/member-function-template.cpp
+++ b/clang/test/SemaTemplate/member-function-template.cpp
@@ -27,4 +27,4 @@ void test_X_f1(X x, int i, float f) {
int &ir1 = x.f1(i);
int &ir2 = x.f1(f, i);
int &ir3 = x.f1(i, i);
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud