llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Kuo, Mei-Chun (Megan0704-1)
Changes
This PR fixes formatting issues in `constructor-template.cpp` introduced in
#130866.
Changes:
- Ran `clang-format` to adhere to LLVM style guidelines.
- No functional changes.
CC: @cor3ntin @sh
https://github.com/cor3ntin closed
https://github.com/llvm/llvm-project/pull/131100
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/cor3ntin approved this pull request.
https://github.com/llvm/llvm-project/pull/131100
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Megan0704-1 updated
https://github.com/llvm/llvm-project/pull/131100
>From d71f03f02bb97d12dfd5b02516418d802e588a8c Mon Sep 17 00:00:00 2001
From: Megan
Date: Tue, 11 Mar 2025 17:09:04 -0700
Subject: [PATCH 1/3] [Sema] Diagnose by-value copy constructors in template
instanti
cor3ntin wrote:
I think you need to rebase!
https://github.com/llvm/llvm-project/pull/131100
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Megan0704-1 created
https://github.com/llvm/llvm-project/pull/131100
This PR fixes formatting issues in `constructor-template.cpp` introduced in
#130866.
Changes:
- Ran `clang-format` to adhere to LLVM style guidelines.
- No functional changes.
CC: @cor3ntin @shafik