summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclCXX.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-06-17 21:51:59 +0000
committerDouglas Gregor <dgregor@apple.com>2009-06-17 21:51:59 +0000
commit758a869b14a44f321812054df453609bd908c63f (patch)
tree3d26d29e9db96c741fcb3ff68dcf45eee55e762d /clang/lib/Sema/SemaDeclCXX.cpp
parent3f460e84d05905ae41814a463fa61b2d36a33189 (diff)
downloadbcm5719-llvm-758a869b14a44f321812054df453609bd908c63f.tar.gz
bcm5719-llvm-758a869b14a44f321812054df453609bd908c63f.zip
Support dependent extended vector types and template instantiation
thereof. Patch by Anders Johnsen! llvm-svn: 73641
Diffstat (limited to 'clang/lib/Sema/SemaDeclCXX.cpp')
-rw-r--r--clang/lib/Sema/SemaDeclCXX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDeclCXX.cpp b/clang/lib/Sema/SemaDeclCXX.cpp
index 70057a34dfb..7a4789411c8 100644
--- a/clang/lib/Sema/SemaDeclCXX.cpp
+++ b/clang/lib/Sema/SemaDeclCXX.cpp
@@ -2671,7 +2671,7 @@ Sema::DeclPtrTy Sema::ActOnExceptionDeclarator(Scope *S, Declarator &D) {
else
CurContext->addDecl(Context, ExDecl);
- ProcessDeclAttributes(ExDecl, D);
+ ProcessDeclAttributes(S, ExDecl, D);
return DeclPtrTy::make(ExDecl);
}
OpenPOWER on IntegriCloud