summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/Parser.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-02-04 19:02:06 +0000
committerDouglas Gregor <dgregor@apple.com>2009-02-04 19:02:06 +0000
commitded2d7b0211a96f70392e829b399546453dff40e (patch)
tree9fdfcd217f54a65240b978e11fdfd832c1eeadca /clang/lib/Parse/Parser.cpp
parentcddff7fd625896d7ef1e8c430eb1ef819efe6b52 (diff)
downloadbcm5719-llvm-ded2d7b0211a96f70392e829b399546453dff40e.tar.gz
bcm5719-llvm-ded2d7b0211a96f70392e829b399546453dff40e.zip
Basic representation of C++ class templates, from Andrew Sutton.
llvm-svn: 63750
Diffstat (limited to 'clang/lib/Parse/Parser.cpp')
-rw-r--r--clang/lib/Parse/Parser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Parse/Parser.cpp b/clang/lib/Parse/Parser.cpp
index c5c7dd4733f..2f7e2ea0fc4 100644
--- a/clang/lib/Parse/Parser.cpp
+++ b/clang/lib/Parse/Parser.cpp
@@ -379,7 +379,6 @@ Parser::DeclTy *Parser::ParseExternalDeclaration() {
case tok::kw_export: // As in 'export template'
// A function definition cannot start with a these keywords.
return ParseDeclaration(Declarator::FileContext);
-
default:
// We can't tell whether this is a function-definition or declaration yet.
return ParseDeclarationOrFunctionDefinition();
OpenPOWER on IntegriCloud