We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464a7ee commit 3451839Copy full SHA for 3451839
clang/include/clang/Basic/Builtins.td
@@ -1186,13 +1186,13 @@ def AllowRuntimeCheck : Builtin {
1186
1187
def ShuffleVector : Builtin {
1188
let Spellings = ["__builtin_shufflevector"];
1189
- let Attributes = [NoThrow, Const, CustomTypeChecking];
+ let Attributes = [NoThrow, Const, CustomTypeChecking, Constexpr];
1190
let Prototype = "void(...)";
1191
}
1192
1193
def ConvertVector : Builtin {
1194
let Spellings = ["__builtin_convertvector"];
1195
1196
1197
1198
0 commit comments