https://llvm.org/bugs/show_bug.cgi?id=23769

            Bug ID: 23769
           Summary: scan-build results in Qt include errors starting with
                    CMake 3.1.0
           Product: clang
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
          Assignee: kreme...@apple.com
          Reporter: jason....@sparist.com
                CC: llvmbugs@cs.uiuc.edu
    Classification: Unclassified

Starting with CMake 3.1.0, running scan-build on a CMake project using Qt
results in Qt include errors of the form:

        fatal error: 'QtCore/QObject' file not found
        #include <QtCore/QObject>
                 ^

CMake 3.0.2 does not result in these errors.

The CMake 3.1.0 changelog:
http://www.cmake.org/cmake/help/v3.1/release/3.1.0.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
LLVMbugs@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to