[clang] [Clang] Implement the core language parts of P2786 - Trivial relocation (PR #127636)

via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 24 04:52:43 PST 2025


================
@@ -12427,6 +12427,11 @@ def err_builtin_invalid_arg_type: Error <
   "an 'int'|"
   "a vector of floating points}1 (was %2)">;
 
+def err_builtin_trivially_relocate_invalid_arg_type: Error <
+  "first%select{||| and second}0 argument%select{|||s}0 to "
----------------
cor3ntin wrote:

Not really, we can't specify enum_select twice here, and plural does not apply

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


More information about the cfe-commits mailing list