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

Completion doesn't work for caught exceptions

    XMLWordPrintable

Details

    • b921489a577ef29f9687fa2cea5d2f0d67740db1

    Description

      Steps to reproduce / test case
      1. Write a try catch block.
      2. Catch by reference.
      3. No completion is available for the caught exception (declaration header was included).

      e.g:
      try
      {
      d << c.b;
      }
      catch(std::exception& e)
      {
      e. // <-- nothing
      }

      Attachments

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

        Activity

          People

            raggi Roberto Raggi
            sthomass Stian Sandvik Thomassen (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes