[Bug 68610] Enhance problem reporter for more advanced analysis

Roberto Raggi roberto at kdevelop.org
Thu Nov 20 16:28:05 UTC 2003


Hi!

On Thursday 20 November 2003 08:02, F Fracassi wrote:
> 2) Fix Makro usage:
> 	I sometimes use makros for komplex Debug output (Debug images) like this:
>
> #define VDBG(s) s
>
> And then latter invoke it:
>
> VDBG(
>   Image dbgimg();
>   ...
>   dbgimg.save();
> );
>
> which is perfectly legal c++, but the Problems Reporter marks each of these
> invokations as wrong, thus cluttering the view.

you can add your favorites macros in "kdevelop settings"/"c++ parsing"
dialog page

ciao robe





More information about the KDevelop-devel mailing list