forked from qt-creator/qt-creator
C++: Always assign name to LookupScope
... except the global namespace and blocks Change-Id: I0696b4997c28b5105a000bae2a9a4fa1a56eb6d3 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
8a84a7305e
commit
e1393c71ab
@@ -136,7 +136,7 @@ public:
|
||||
|
||||
/// Create an empty LookupScope binding with the given \a parent.
|
||||
/// \internal
|
||||
LookupScope *allocLookupScope(LookupScope *parent);
|
||||
LookupScope *allocLookupScope(LookupScope *parent, const Name *name);
|
||||
|
||||
protected:
|
||||
using SymbolVisitor::visit;
|
||||
|
||||
Reference in New Issue
Block a user