commit | 7b194b780d3bb152ef25b37911c818b3e16bdce0 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Sat Aug 29 19:54:19 2009 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Sat Aug 29 19:54:19 2009 +0000 |
tree | 21bb87cc156fe518ffd3311534964c3a8d84d9dc | |
parent | 4bb87ce33e80efe4c01c7f94d9681bbeef5c92d9 [diff] [blame] |
Set the access specifier for using decls. llvm-svn: 80435
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index accbcd1..f3d202c 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h
@@ -1750,6 +1750,7 @@ bool IsTypeName); virtual DeclPtrTy ActOnUsingDeclaration(Scope *CurScope, + AccessSpecifier AS, SourceLocation UsingLoc, const CXXScopeSpec &SS, SourceLocation IdentLoc,