Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-10200

Auto-intent selection works incorrectly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • None
    • Qt Creator 2.8.1, Qt Creator 3.0.0-rc1
    • C/C++/Obj-C++ Support
    • Qt Creator 2.8.1
      Windows 7, 32-bit

    Description

      class array
      {
          int size;
      public:
          array(int s)
          {
              try
              {
                  //ucomment next line to reproduce
                  //int * p = new int [size = s];
              }
              catch (...)
              {
                  
              }
          }
      };
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kandeler Christian Kandeler
            ivan021990 Ivan Mykhnyuk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes