[clang] [clang][Sema] Emit more specific diagnostic for auto in lambda before C++14 (#46059) (PR #68540)

via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 9 01:54:18 PDT 2023


cor3ntin wrote:

Thanks for this patch!

Our policy is to not mix functional changes and formatting changes.
Could you change the PR to have only the changes you made, wit no formatting change?
You can format your patch with `git clang-format` which only formats the lines that you changed.


https://github.com/llvm/llvm-project/pull/68540


More information about the cfe-commits mailing list