[clang] [clang][driver] add pointer qualifier to auto type (PR #91874)

2024-05-26 Thread Mohammed Keyvanzadeh via cfe-commits
VoltrexKeyva wrote: Pinging again after another week of no reviews. https://github.com/llvm/llvm-project/pull/91874 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][driver] add pointer qualifier to auto type (PR #91874)

2024-05-19 Thread Mohammed Keyvanzadeh via cfe-commits
VoltrexKeyva wrote: Pinging are there haven't been any reviews in a week. https://github.com/llvm/llvm-project/pull/91874 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][driver] add pointer qualifier to auto type (PR #91874)

2024-05-11 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Mohammed Keyvanzadeh (VoltrexKeyva) Changes Fix an LLVM coding standards inconformity by adding pointer qualifiers to `auto`-typed variables that deduce to pointer types. See what the coding standards state

[clang] [clang][driver] add pointer qualifier to auto type (PR #91874)

2024-05-11 Thread Mohammed Keyvanzadeh via cfe-commits
https://github.com/VoltrexKeyva created https://github.com/llvm/llvm-project/pull/91874 Fix an LLVM coding standards inconformity by adding pointer qualifiers to `auto`-typed variables that deduce to pointer types. See what the coding standards state