forked from qt-creator/qt-creator
C++11: Parse alias declarations.
The parser no longer fails declarations like: using Foo = std::vector<int>::iterator; Change-Id: Ib3a552ebbe0147fa138db6448a52cdba8f9b9207 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -142,6 +142,7 @@ void tst_cxx11::parse_data()
|
||||
QTest::newRow("refQualifier.1") << "refQualifier.1.cpp" << "";
|
||||
QTest::newRow("alignofAlignas.1") << "alignofAlignas.1.cpp" << "";
|
||||
QTest::newRow("rangeFor.1") << "rangeFor.1.cpp" << "";
|
||||
QTest::newRow("aliasDecl.1") << "aliasDecl.1.cpp" << "";
|
||||
}
|
||||
|
||||
void tst_cxx11::parse()
|
||||
|
||||
Reference in New Issue
Block a user