Features in Development Tools
Hamish Rodda committed changes in /trunk/KDE/kdevelop/languages/cpp:
Move responsibility for line,col generation from parser offsets from the parser to the preprocessor. This allows us to accurately generate line,col pairs even when macros are present on a line - thus, kdevelop knows the correct location of eg. a class declaration when there is an export macro preceeding it.
This is a fairly large change (duh) and although it works for me it may be a bit rocky for a while, send any bug reports directly to my email...
Also remove remnants of an embryonic error reporting system in the preprocessor (it was never used)
File Changes
Added 1 files
/trunk/KDE/kdevelop/languages/cpp/parser/rpp/test/t011.cpp
Modified 28 files
/trunk/KDE/kdevelop/languages/cpp
29 files changed in total