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

            Bug ID: 51641
           Summary: libsanitizer/asan/asan_errors.cpp:387:32: warning:
                    Function 'ErrorGeneric' argument order different:
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: asan
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Move here from:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102085

libsanitizer/asan/asan_errors.cpp:387:32: warning: Function 'ErrorGeneric'
argument order different: declaration 'tid, addr, pc_, bp_, sp_, is_write_,
access_size_' definition 'tid, pc_, bp_, sp_, addr, is_write_, access_size_'
[funcArgOrderDifferent]

Another small problem found by static analyser cppcheck.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to