Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
6aa70ac9
Commit
6aa70ac9
authored
Nov 10, 2009
by
Roberto Raggi
Browse files
Removed member NestedNameSpecifierAST::next
parent
30c67f43
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/shared/cplusplus/AST.h
View file @
6aa70ac9
...
...
@@ -1159,7 +1159,6 @@ class CPLUSPLUS_EXPORT NestedNameSpecifierAST: public AST
public:
NameAST
*
class_or_namespace_name
;
unsigned
scope_token
;
NestedNameSpecifierAST
*
next
;
public:
virtual
NestedNameSpecifierAST
*
asNestedNameSpecifier
()
{
return
this
;
}
...
...
src/shared/cplusplus/CheckDeclarator.cpp
View file @
6aa70ac9
...
...
@@ -236,7 +236,7 @@ bool CheckDeclarator::visit(PointerAST *ast)
return
false
;
}
bool
CheckDeclarator
::
visit
(
ReferenceAST
*
ast
)
bool
CheckDeclarator
::
visit
(
ReferenceAST
*
)
{
ReferenceType
*
refTy
=
control
()
->
referenceType
(
_fullySpecifiedType
);
FullySpecifiedType
ty
(
refTy
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment