[PATCH] D159138: [clang][Sema] Fix format size estimator's handling of %o, %x, %X with alternative form

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 8 11:27:49 PDT 2023


serge-sans-paille added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:125
 * ``-Woverriding-t-option`` is renamed to ``-Woverriding-option``.
 * ``-Winterrupt-service-routine`` is renamed to ``-Wexcessive-regsave`` as a generalization
 
----------------
??


================
Comment at: clang/docs/ReleaseNotes.rst:136
 - On X86, a function with ``__attribute__((interrupt))`` can now call a function without
   ``__attribute__((no_caller_saved_registers))`` provided that it is compiled with ``-mgeneral-regs-only``
 
----------------
looks like a leak from another patch ^^!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159138/new/

https://reviews.llvm.org/D159138



More information about the cfe-commits mailing list