[llvm-bugs] [Bug 51641] New: libsanitizer/asan/asan_errors.cpp:387:32: warning: Function 'ErrorGeneric' argument order different:
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Aug 27 00:30:36 PDT 2021
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: unassignedbugs at nondot.org
Reporter: mliska at suse.cz
CC: llvm-bugs at lists.llvm.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210827/eef097d5/attachment.html>
More information about the llvm-bugs
mailing list