forked from qt-creator/qt-creator
ClangBackEnd: Support highlighting of alias templates
Fixes: QTCREATORBUG-24552 Change-Id: I80d2b16114234cf896173cd4104e6a5f12009f69 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -695,3 +695,7 @@ protected:
|
||||
private:
|
||||
static int privateValue;
|
||||
};
|
||||
|
||||
template <int i, int j> struct S { };
|
||||
template <int i> using spec = S<i, 1>;
|
||||
spec<2> s;
|
||||
|
||||
Reference in New Issue
Block a user