]> granicus.if.org Git - clang/commitdiff
Add comment
authorDouglas Gregor <dgregor@apple.com>
Tue, 2 Mar 2010 00:25:00 +0000 (00:25 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 2 Mar 2010 00:25:00 +0000 (00:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97528 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseDeclCXX.cpp

index 993ec3dfd456906db3d7755bfa6ea92a26668210..3619b8e813104e6ac6b8804bbf4e83c7b6b6bc3f 100644 (file)
@@ -1084,7 +1084,8 @@ Parser::BaseResult Parser::ParseBaseSpecifier(DeclPtrTy ClassDecl) {
 
   // Parse optional '::' and optional nested-name-specifier.
   CXXScopeSpec SS;
-  ParseOptionalCXXScopeSpecifier(SS, /*ObjectType=*/0, false);
+  ParseOptionalCXXScopeSpecifier(SS, /*ObjectType=*/0, 
+                                 /*EnteringContext=*/false);
 
   // The location of the base class itself.
   SourceLocation BaseLoc = Tok.getLocation();