From f86c13921f6e2f586f4613ab3cb4a84c8693541f Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Mon, 12 Aug 2013 18:34:17 +0000 Subject: clang-cl: Expand warning about /TC and /TP override, and expand test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188190 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticDriverKinds.td | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/clang/Basic/DiagnosticDriverKinds.td') diff --git a/include/clang/Basic/DiagnosticDriverKinds.td b/include/clang/Basic/DiagnosticDriverKinds.td index 866bb41dba..9222db8c33 100644 --- a/include/clang/Basic/DiagnosticDriverKinds.td +++ b/include/clang/Basic/DiagnosticDriverKinds.td @@ -153,6 +153,8 @@ def warn_missing_sysroot : Warning<"no such sysroot directory: '%0'">, def note_drv_command_failed_diag_msg : Note< "diagnostic msg: %0">; +def note_drv_t_option_is_global : + Note<"The last /TC or /TP option takes precedence over earlier instances">; def err_analyzer_config_no_value : Error< "analyzer-config option '%0' has a key but no value">; -- cgit v1.2.1