[clang] 9abb97f - [clang] Handle template argument conversions for non-pack param to pack argument (#110963)

2024-10-03 Thread via cfe-commits
Author: Matheus Izvekov Date: 2024-10-03T15:18:37-03:00 New Revision: 9abb97f9663a27fe5b8e346ed557b3435aa9ec2f URL: https://github.com/llvm/llvm-project/commit/9abb97f9663a27fe5b8e346ed557b3435aa9ec2f DIFF: https://github.com/llvm/llvm-project/commit/9abb97f9663a27fe5b8e346ed557b3435aa9ec2f.dif

[clang] [libcxx] [clang] Handle template argument conversions for non-pack param to pack argument (PR #110963)

2024-10-03 Thread Matheus Izvekov via cfe-commits
https://github.com/mizvekov closed https://github.com/llvm/llvm-project/pull/110963 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Turn `-Wdeprecated-literal-operator` on by default (PR #111027)

2024-10-03 Thread Erich Keane via cfe-commits
@@ -203,6 +203,9 @@ namespace cwg1762 { // cwg1762: 14 float operator ""E(const char *); // since-cxx11-error@-1 {{invalid suffix on literal; C++11 requires a space between literal and identifier}} // since-cxx11-warning@-2 {{user-defined literal suffixes not starting wi

[clang] [OpenACC] Implement 'tile' loop count/tightly nested loop requirement (PR #111038)

2024-10-03 Thread Erich Keane via cfe-commits
https://github.com/erichkeane created https://github.com/llvm/llvm-project/pull/111038 the 'tile' clause requires that it be followed by N (where N is the number of size expressions) 'tightly nested loops'. This means the same as it does in 'collapse', so much of the implementation is simli

[clang] [OpenACC] Implement 'tile' loop count/tightly nested loop requirement (PR #111038)

2024-10-03 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Erich Keane (erichkeane) Changes the 'tile' clause requires that it be followed by N (where N is the number of size expressions) 'tightly nested loops'. This means the same as it does in 'collapse', so much of the implementation is sim

<    1   2   3   4   5