Search for `complete' expressions followed by a T_COMMA

As a side-effect, we can finally complete things like connect(&a, SIGNAL(
This commit is contained in:
Roberto Raggi
2009-10-08 14:50:30 +02:00
parent 5852cc805d
commit ac4f53ef40
2 changed files with 28 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ public:
private:
int startOfExpression(BackwardsScanner &tk, int index);
int startOfExpression_helper(BackwardsScanner &tk, int index);
int previousBlockState(const QTextBlock &block);
bool isAccessToken(const SimpleToken &tk);