mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-08 02:53:12 +02:00
Follow up for 195943, content assist for expressions with consecutive left parenthesis.
This commit is contained in:
parent
212cb73714
commit
8fc042bfd7
1 changed files with 3 additions and 0 deletions
|
@ -2442,6 +2442,9 @@ public abstract class AbstractGNUSourceCodeParser implements ISourceCodeParser {
|
|||
case IToken.t_volatile:
|
||||
case IToken.t_restrict:
|
||||
return true;
|
||||
|
||||
case IToken.tCOMPLETION:
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue