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

[REG 4.3->4.4] Clang: Function call parentheses not added in expression

    XMLWordPrintable

Details

    Description

      bool isTrue();
      
      int c()
      {
          isTrue(); // OK, () added to completed "isTrue"
          true && isTrue(); // Ops, () not added to completed "isTrue"
      }
      
      

      Attachments

        Activity

          People

            yvvan Ivan Donchevskii
            kosjar Nikolai Kosjar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: