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

            Bug ID: 15915
           Summary: Analyzer does not check if std::string initialized
                    with NULL
           Product: clang
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

There are at least two cases when programmer cannot detect such error in
existing code:

1) std::string initialized with 0 in constructor initialization lists

2) NULL passed to function that accepts (const std::string &) argument

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