forked from qt-creator/qt-creator
Parse C++ 0x argument packs.
This commit is contained in:
@@ -176,6 +176,7 @@ public:
|
||||
virtual bool match(LambdaDeclaratorAST *node, LambdaDeclaratorAST *pattern);
|
||||
virtual bool match(CaptureAST *node, CaptureAST *pattern);
|
||||
virtual bool match(TrailingReturnTypeAST *node, TrailingReturnTypeAST *pattern);
|
||||
virtual bool match(BracedInitializerAST *node, BracedInitializerAST *pattern);
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
|
||||
Reference in New Issue
Block a user