forked from qt-creator/qt-creator
Warn for undefined namespaces in using namespace directives.
This commit is contained in:
@@ -118,6 +118,8 @@ public:
|
||||
|
||||
virtual NamespaceBinding *asNamespaceBinding() { return this; }
|
||||
|
||||
static NamespaceBinding *find(Namespace *symbol, NamespaceBinding *binding);
|
||||
|
||||
private:
|
||||
NamespaceBinding *findNamespaceBindingForNameId(NameId *name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user