6ebf9fbb93
The usage of __attribute__((format(x, y)) was either wrong or missing from multiple functions, leading to erroneous formats. This CL: - Imports PRINTF_FORMAT macro from Chrome's src/base/compiler-specific.h. - Uses it appropriately. - Imports Chrome's base/format_macros.h mainly to fix size_t formats (further cleanup could be done). - Fixes a bunch of incorrect formats. R= jochen@chromium.org, bmeurer@chromium.org, yangguo@chromium.org, ahaas@chromium.org Review URL: https://codereview.chromium.org/1869433004 Cr-Commit-Position: refs/heads/master@{#35365} |
||
---|---|---|
.. | ||
heap-tester.h | ||
test-alloc.cc | ||
test-compaction.cc | ||
test-heap.cc | ||
test-incremental-marking.cc | ||
test-lab.cc | ||
test-mark-compact.cc | ||
test-spaces.cc | ||
utils-inl.h |