xref: /freebsd/lib/libclang_rt/asan/warn.txt (revision abd87254)
1--- sanitizer_common/sanitizer_symbolizer_markup.o ---
2/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp:31:32: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat]
3   31 |   buffer->AppendF(kFormatData, DI->start);
4      |                   ~~~~~~~~~~~  ^~~~~~~~~
5/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup_constants.h:33:46: note: format string is defined here
6   33 | constexpr const char *kFormatData = "{{{data:%p}}}";
7      |                                              ^~
8      |                                              %lu
9/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp:46:43: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat]
10   46 |   buffer->AppendF(kFormatFrame, frame_no, address);
11      |                   ~~~~~~~~~~~~            ^~~~~~~
12/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup_constants.h:36:48: note: format string is defined here
13   36 | constexpr const char *kFormatFrame = "{{{bt:%u:%p}}}";
14      |                                                ^~
15      |                                                %lu
16/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp:51:62: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat]
17   51 |   internal_snprintf(buffer, sizeof(buffer), kFormatFunction, addr);
18      |                                             ~~~~~~~~~~~~~~~  ^~~~
19/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup_constants.h:29:48: note: format string is defined here
20   29 | constexpr const char *kFormatFunction = "{{{pc:%p}}}";
21      |                                                ^~
22      |                                                %lu
23/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp:99:34: warning: format specifies type 'int' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat]
24   99 |   buffer->AppendF(kFormatModule, moduleId, module.full_name(),
25      |                   ~~~~~~~~~~~~~  ^~~~~~~~
26/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup_constants.h:39:50: note: format string is defined here
27   39 | constexpr const char *kFormatModule = "{{{module:%d:%s:elf:%s}}}";
28      |                                                  ^~
29      |                                                  %lu
30/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp:121:34: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat]
31  121 |     buffer->AppendF(kFormatMmap, range.beg, range.end - range.beg, moduleId,
32      |                     ~~~~~~~~~~~  ^~~~~~~~~
33/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup_constants.h:42:46: note: format string is defined here
34   42 | constexpr const char *kFormatMmap = "{{{mmap:%p:0x%x:load:%d:%s:0x%x}}}";
35      |                                              ^~
36      |                                              %lu
37/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp:121:45: warning: format specifies type 'unsigned int' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat]
38  121 |     buffer->AppendF(kFormatMmap, range.beg, range.end - range.beg, moduleId,
39      |                     ~~~~~~~~~~~             ^~~~~~~~~~~~~~~~~~~~~
40/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup_constants.h:42:51: note: format string is defined here
41   42 | constexpr const char *kFormatMmap = "{{{mmap:%p:0x%x:load:%d:%s:0x%x}}}";
42      |                                                   ^~
43      |                                                   %lx
44/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp:121:68: warning: format specifies type 'int' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat]
45  121 |     buffer->AppendF(kFormatMmap, range.beg, range.end - range.beg, moduleId,
46      |                     ~~~~~~~~~~~                                    ^~~~~~~~
47/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup_constants.h:42:59: note: format string is defined here
48   42 | constexpr const char *kFormatMmap = "{{{mmap:%p:0x%x:load:%d:%s:0x%x}}}";
49      |                                                           ^~
50      |                                                           %lu
51/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp:122:42: warning: format specifies type 'unsigned int' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat]
52  121 |     buffer->AppendF(kFormatMmap, range.beg, range.end - range.beg, moduleId,
53      |                     ~~~~~~~~~~~
54  122 |                     accessBuffer.data(), range.beg - module.base_address());
55      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56/share/dim/src/freebsd/llvm-18-update/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup_constants.h:42:67: note: format string is defined here
57   42 | constexpr const char *kFormatMmap = "{{{mmap:%p:0x%x:load:%d:%s:0x%x}}}";
58      |                                                                   ^~
59      |                                                                   %lx
608 warnings generated.
61