diff options
Diffstat (limited to 'include/clang/Basic/DiagnosticKinds.def')
-rw-r--r-- | include/clang/Basic/DiagnosticKinds.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/clang/Basic/DiagnosticKinds.def b/include/clang/Basic/DiagnosticKinds.def index c9178ab441..549c77beae 100644 --- a/include/clang/Basic/DiagnosticKinds.def +++ b/include/clang/Basic/DiagnosticKinds.def @@ -1132,4 +1132,9 @@ DIAG(err_shufflevector_argument_too_large, ERROR, DIAG(err_stack_const_level, ERROR, "the level argument for a stack address builtin must be constant") +DIAG(err_prefetch_invalid_argument, ERROR, + "argument to __builtin_prefetch must be a constant integer") +DIAG(err_prefetch_invalid_range, ERROR, + "argument should be a value from %0 to %1") + #undef DIAG |