hanchenye-llvm-project/libunwind/src
Chandler Carruth e243ff8141 There is no portable format string for printing `uintptr_t` values.
Instead, cast them to `void *` which has a portable format string syntax
of `%p`.

This fixes a -Wformat error when building libunwind.

llvm-svn: 321469
2017-12-27 05:46:53 +00:00
..
AddressSpace.hpp There is no portable format string for printing `uintptr_t` values. 2017-12-27 05:46:53 +00:00
CMakeLists.txt [libunwind] Create install-unwind-stripped target manually 2017-12-08 17:15:05 +00:00
CompactUnwinder.hpp Fix up the places where AddressSpace.hpp is included. 2017-03-09 08:04:07 +00:00
DwarfInstructions.hpp Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTER 2017-10-27 07:59:01 +00:00
DwarfParser.hpp [libunwind] Remove dubious template function. NFC. 2017-12-25 21:08:41 +00:00
EHHeaderParser.hpp GNU: do not read the FDE count if omitted 2017-10-20 18:47:35 +00:00
RWMutex.hpp Abstract rwlocks into a class, provide a SRW lock implementation for windows 2017-10-23 19:29:36 +00:00
Registers.hpp [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes. 2017-12-12 21:43:36 +00:00
Unwind-EHABI.cpp Change unw_word_t to always have the same size as the pointer size 2017-10-30 19:06:34 +00:00
Unwind-EHABI.h [libunwind] Clean up macro usage. 2017-03-31 15:28:06 +00:00
Unwind-sjlj.c SjLj: Fix building after SVN r314632 2017-10-01 20:22:40 +00:00
UnwindCursor.hpp [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes. 2017-12-12 21:43:36 +00:00
UnwindLevel1-gcc-ext.c Change unw_word_t to always have the same size as the pointer size 2017-10-30 19:06:34 +00:00
UnwindLevel1.c Change unw_word_t to always have the same size as the pointer size 2017-10-30 19:06:34 +00:00
UnwindRegistersRestore.S [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes. 2017-12-12 21:43:36 +00:00
UnwindRegistersSave.S [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes. 2017-12-12 21:43:36 +00:00
Unwind_AppleExtras.cpp SjLj: make the SjLj implementation more portable 2017-10-01 20:06:48 +00:00
assembly.h Make HIDDEN_DIRECTIVE a function-like macro. NFCI. 2017-10-22 19:39:26 +00:00
config.h [libunwind] convert error logs to _LIBUNWIND_LOG/_LIBUNWIND_LOG0. 2017-12-25 13:27:56 +00:00
dwarf2.h
libunwind.cpp [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes. 2017-12-12 21:43:36 +00:00
libunwind_ext.h [libunwind] Clean up macro usage. 2017-03-31 15:28:06 +00:00