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

Di/Trigraphs not handled

    XMLWordPrintable

Details

    • 0db55795920682f1d59e461c91f2b886799063f5, 5c5240815a9577fdb2e5b5ed90fa64f9b57fee44

    Description

      Qt Creator doesn't understand di- and trigraphs.
      E.g. This:

      #include <iostream>

      int main() <%
      int a??(10:>;
      std::cout << "a??(bc\n";
      return 0;
      ??>

      is a valid c++ program.
      (in newer g++ versions trigraphs are disabled per default, but digraphs are still enabled)

      Attachments

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

        Activity

          People

            kosjar Nikolai Kosjar
            benibela Benito van der Zander
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes