[llvm-bugs] [Bug 38891] New: ExprMutationAnalyzer is confused by universal references

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Sep 10 10:35:18 PDT 2018


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

            Bug ID: 38891
           Summary: ExprMutationAnalyzer is confused by universal
                    references
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: lebedev.ri at gmail.com
                CC: llvm-bugs at lists.llvm.org

std::vector<int> vec;

int var = 0;

vec.emplace_back(var); // <- considered to be a mutation of 'var'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180910/4b40202b/attachment-0001.html>


More information about the llvm-bugs mailing list