From 6961064e664e146954c29f5d8baf631c74ac9006 Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Fri, 24 Feb 2017 02:59:12 +0000 Subject: [ODRHash] Add handling of TypedefType and DeclarationName Differential Revision: https://reviews.llvm.org/D21675 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296078 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticSerializationKinds.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/clang/Basic/DiagnosticSerializationKinds.td') diff --git a/include/clang/Basic/DiagnosticSerializationKinds.td b/include/clang/Basic/DiagnosticSerializationKinds.td index 0dfab4fc69..77d97b1ee6 100644 --- a/include/clang/Basic/DiagnosticSerializationKinds.td +++ b/include/clang/Basic/DiagnosticSerializationKinds.td @@ -133,14 +133,14 @@ def err_module_odr_violation_mismatch_decl_diff : Error< "static assert with condition|" "static assert with message|" "static assert with %select{|no }4message|" - "field %4}3">; + "field %4|field %4 with type %5}3">; def note_module_odr_violation_mismatch_decl_diff : Note<"but in '%0' found " "%select{" "static assert with different condition|" "static assert with different message|" "static assert with %select{|no }2message|" - "field %2}1">; + "field %2|field %2 with type %3}1">; def warn_module_uses_date_time : Warning< "%select{precompiled header|module}0 uses __DATE__ or __TIME__">, -- cgit v1.2.3