From efcb3b8098b61e8c0532963e58dbc155d7e508ed Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 26 Oct 2018 19:35:39 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345421 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticSemaKinds.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index 69d9c42743..aa79e01b93 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -5476,7 +5476,7 @@ def err_atomic_specifier_bad_type : Error< // Expressions. def select_unary_expr_or_type_trait_kind : TextSubstitution< "%select{sizeof|alignof|vec_step|__builtin_omp_required_simd_align|" - "__alignof}0"> + "__alignof}0">; def ext_sizeof_alignof_function_type : Extension< "invalid application of '%sub{select_unary_expr_or_type_trait_kind}0' " "to a function type">, InGroup; -- 2.40.0