Initial work on smart highlight of local symbols. For-statements and symbols genarated from a macro expansion are not yet highlighted.

This commit is contained in:
Roberto Raggi
2009-06-25 11:02:02 +02:00
parent 44d8b28a9f
commit 27f92695cf
5 changed files with 301 additions and 29 deletions

View File

@@ -72,6 +72,8 @@ protected:
using ASTVisitor::visit;
unsigned locationOfDeclaratorId(DeclaratorAST *declarator) const;
virtual bool visit(SimpleDeclarationAST *ast);
virtual bool visit(EmptyDeclarationAST *ast);
virtual bool visit(AccessDeclarationAST *ast);