Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-70687

qdoc silently breaks if the system clang version changes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 5.11.1, 5.11.2
    • Build tools: qdoc
    • None
    • All

    Description

      We found that the generated Qt documentation was around half the size as expected.

      Running qdoc with the –debug option showed that it was not able to find system header files.

      This is because qdoc was built against clang 6.0.0, but the installed clang got updated to 6.0.1.

      qdoc forced clang to use /usr/lib64/clang/6.0.0/include but only /usr/lib64/clang/6.0.1/include exists on that system.

      It would also be appreciated if qdoc would bail out with a non-0 exit code if issues like that are detected.

      Attachments

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

        Activity

          People

            docinfrastructure Documentation Infrastructure Team
            vogtinator Fabian Vogt
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes