================ @@ -348,6 +348,12 @@ New Compiler Flags - New options for enabling allocation token instrumentation: ``-fsanitize=alloc-token``, ``-falloc-token-max=``, ``-fsanitize-alloc-token-fast-abi``, ``-fsanitize-alloc-token-extended``. - The ``-resource-dir`` option is now displayed in the list of options shown by ``--help``. - New option ``-fmatrix-memory-layout`` added to control the memory layout of Clang matrix types. (e.g. ``-fmatrix-memory-layout=column-major`` or ``-fmatrix-memory-layout=row-major``). +- New option ``-fdiagnostics-show-inlining-chain=`` added to show inlining chain + notes for ``__attribute__((warning))`` and ``__attribute__((error))`` ---------------- JustinStitt wrote:
Changed all the instances in e866945f1c61774e745ec3a793629104ef473fee. Hopefully I didn't miss anywhere https://github.com/llvm/llvm-project/pull/174892 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
