Revision 35fa514...

Go back to digest for 26th June 2011

Bug Fixes in Development Tools

Milian Wolff committed changes in [kdevelop] languages/cpp/codecompletion/item.cpp:

fix crash during code completion in keepRemainingWord

- we need to make sure the DeclPointer is still valid
- we need to make sure the Decl has an internal context
- generally, cleanup the whole code and don't call findDeclarations
twice, it is potenially slow

File Changes

Modified 1 files
  • languages/cpp/codecompletion/item.cpp
1 files changed in total