forked from qt-creator/qt-creator
Diagnostics are now moved to the clang backend process. Fixits are supported too. Change-Id: I20faacf466bbf78dec479220c3d7b336a47bc453 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
10 lines
53 B
C++
10 lines
53 B
C++
class XXX
|
|
{
|
|
|
|
};
|
|
|
|
int function(XXX i)
|
|
{
|
|
i + 20;
|
|
}
|