File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ class NameAndTypeResolver
95
95
Declaration const * pathFromCurrentScope (std::vector<ASTString> const & _path) const ;
96
96
// / Resolves a path starting from the "current" scope, but also searches parent scopes.
97
97
// / Should only be called during the initial resolving phase.
98
- // / @note Returns an empty vector if any component in the path was not unique or not found otherwise all declarations along the path are returned.
98
+ // / @note Returns an empty vector if any component in the path was non- unique or not found. Otherwise, all declarations along the path are returned.
99
99
std::vector<Declaration const *> pathFromCurrentScopeWithAllDeclarations (std::vector<ASTString> const & _path) const ;
100
100
101
101
// / Generate and store warnings about declarations with the same name.
You can’t perform that action at this time.
0 commit comments