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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to