Files
qt-creator/src/libs/3rdparty/cplusplus
Przemyslaw Gorszkowski 955e28f954 C++: fix auto declaration in if condition
Fix for auto completion in case of auto declaration inside if condition:

struct Foo { int bar; };
void func()
{
    if (auto s = new Foo)
        s->; // auto completion does not work
}

Task-number: QTCREATORBUG-13805
Change-Id: Ia1776e8cc04e6040a6bf5f43cf82cfd6ce6dde7a
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
2015-02-04 11:55:04 +00:00
..
2014-07-22 16:43:51 +02:00
2014-08-28 17:58:33 +02:00
2014-08-28 17:58:33 +02:00
2014-08-28 17:58:33 +02:00
2014-07-22 16:43:51 +02:00
2014-08-28 17:58:33 +02:00
2014-11-04 08:37:06 +01:00
2014-10-09 11:41:44 +02:00
2014-08-28 17:58:33 +02:00
2014-10-09 11:41:44 +02:00
2014-10-09 11:41:44 +02:00
2014-08-28 17:58:33 +02:00
2014-10-09 11:41:44 +02:00
2014-10-09 11:41:44 +02:00
2014-08-20 14:08:48 +02:00