зеркало из https://github.com/microsoft/clang-1.git
Add diagnostic for r70658.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70659 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
d875fed285
Коммит
3c77f728d2
|
@ -1651,6 +1651,9 @@ def err_argument_invalid_range : Error<
|
|||
def err_object_size_invalid_argument : Error<
|
||||
"argument to __builtin_object_size must be a constant integer">;
|
||||
|
||||
def err_builtin_longjmp_invalid_val : Error<
|
||||
"argument to __builtin_longjmp must be a constant 1">;
|
||||
|
||||
def ext_mixed_decls_code : Extension<
|
||||
"ISO C90 forbids mixing declarations and code">;
|
||||
def err_non_variable_decl_in_for : Error<
|
||||
|
|
Загрузка…
Ссылка в новой задаче