Skip to content
Snippets Groups Projects
Select Git revision
  • 955e28f954746a6a7242fe8fa67dd7c53b8e2430
  • master default
  • 4.5
  • 4.4
  • 4.1
  • 4.3
  • 4.2
  • wip/clang-query
  • 4.0
  • 3.6
  • at-master
  • qp-master
  • csa-master
  • at-3.6
  • qp-3.6
  • csa-3.6
  • 3.5
  • at-3.5
  • csa-3.5
  • wip/boostbuildprojectmanager
  • 3.4
  • v4.5.0-beta1
  • v4.4.1
  • v4.4.0
  • v4.4.0-rc1
  • v4.4.0-beta1
  • v4.3.1
  • v4.3.0
  • v4.3.0-rc1
  • v4.2.2
  • v4.3.0-beta1
  • v4.2.1
  • v4.2.0
  • v4.2.0-rc1
  • v4.2.0-beta1
  • v4.1.0
  • v4.1.0-rc1
  • v4.0.3
  • v4.1.0-beta1
  • v4.0.2
  • v4.0.1
41 results

cpptools

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Przemyslaw Gorszkowski authored
    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: default avatarNikolai Kosjar <nikolai.kosjar@theqtcompany.com>
    955e28f9
    History
    Name Last commit Last update
    ..