http://llvm.org/bugs/show_bug.cgi?id=14243

             Bug #: 14243
           Summary: scan-build should not report compiler errors as
                    analyzer failures
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Currently, if a file can't be parsed, it's reported as a "failure" by
scan-build. In the past, this was most likely due to Clang's incomplete support
for various esoteric language features (or even "C++" if you go back far
enough), but today the compiler errors are usually valid errors or the result
of other compilers being more permissive than Clang.

We should
- not report these as failures of the analyzer
- not suggest filing a bug report
- report the compiler errors in some useful way.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to