forked from qt-creator/qt-creator
Clang: Fix highlighting of function in using declaration
Change-Id: I0f646ce22cdc95e5932650a3fb2fe34b8d4a89a3 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -551,3 +551,6 @@ struct NonConstReferenceMemberInitialization
|
||||
|
||||
template<class T> class Coo;
|
||||
template<class T> class Coo<T*>;
|
||||
|
||||
namespace N { void goo(); }
|
||||
using N::goo;
|
||||
|
||||
Reference in New Issue
Block a user