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

           Summary: static analyzer doesn't understand va_start
           Product: clang
           Version: unspecified
          Platform: Other
        OS/Version: FreeBSD
            Status: NEW
          Severity: major
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


Running scan-build on code which uses va_start results in a false positive bug
report of "Pass-by-value argument in function is undefined."

Presumably the relevant code just needs to be taught that va_start and va_end
are "special".


-- 
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