-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 12.0.0-rc1
-
None
-
-
7d75b0a2a (15.0)
The following snippet gives code model warnings (as expected):
#define bar(a, b, c)
void foo()
{
bar(1, 2);
}
However, the warning consists of several lines which seems to be combined to a single line without whitespace (see screenshot).
I would expect at least a space between the messages, but maybe another character is even better suited to separate the messages.