forked from qt-creator/qt-creator
C++11: add support for static_assert.
Change-Id: I82d8d60acaa9265fd25e0a3734855b19bdef9c06 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
1
src/libs/3rdparty/cplusplus/ASTMatcher.h
vendored
1
src/libs/3rdparty/cplusplus/ASTMatcher.h
vendored
@@ -151,6 +151,7 @@ public:
|
||||
virtual bool match(SimpleNameAST *node, SimpleNameAST *pattern);
|
||||
virtual bool match(SimpleSpecifierAST *node, SimpleSpecifierAST *pattern);
|
||||
virtual bool match(SizeofExpressionAST *node, SizeofExpressionAST *pattern);
|
||||
virtual bool match(StaticAssertDeclarationAST *node, StaticAssertDeclarationAST *pattern);
|
||||
virtual bool match(StringLiteralAST *node, StringLiteralAST *pattern);
|
||||
virtual bool match(SwitchStatementAST *node, SwitchStatementAST *pattern);
|
||||
virtual bool match(TemplateDeclarationAST *node, TemplateDeclarationAST *pattern);
|
||||
|
||||
Reference in New Issue
Block a user