[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 106025] KDevelop crashes when the name of the Code Completion
From:       Matt Rogers <mattr () kde ! org>
Date:       2006-07-02 16:56:13
Message-ID: 20060702165613.17483.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=106025         
mattr kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From mattr kde org  2006-07-02 18:56 -------
SVN commit 557193 by mattr:

fix bug 106025. Patch by Bernd Buschinski.
Thanks for the patch!

BUG: 106025
CCMAIL: b.buschinski web de



 M  +1 -1      parser.cpp  


--- branches/kdevelop/3.4/lib/cppparser/parser.cpp #557192:557193
 @ -4282,7 +4282,7  @
 
 bool Parser::parseWinDeclSpec( GroupAST::Node & node )
 {
-    if( lex->lookAhead(0) == Token_identifier && lex->lookAhead(0).text() == \
"__declspec" && lex->lookAhead(1) == '(' ){ +    if( lex->lookAhead(0) == \
Token_identifier && lex->lookAhead(0).text() == "__declspec" && lex->lookAhead(1) == \
'(' && lex->lookAhead(2) != ')'){  int start = lex->index();
 	nextToken();
 	nextToken(); // skip '('


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic