diff options
author | Hans Wennborg <hans@hanshq.net> | 2013-08-12 18:34:17 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2013-08-12 18:34:17 +0000 |
commit | f86c13921f6e2f586f4613ab3cb4a84c8693541f (patch) | |
tree | b7e7ca9733a30271ba3ba3a837f45a9973f7c5c2 /include/clang/Basic/DiagnosticDriverKinds.td | |
parent | c613b67f4f3e5d11d6af6426fd9b8b6a197d2b6b (diff) | |
download | clang-f86c13921f6e2f586f4613ab3cb4a84c8693541f.tar.gz |
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
Diffstat (limited to 'include/clang/Basic/DiagnosticDriverKinds.td')
-rw-r--r-- | include/clang/Basic/DiagnosticDriverKinds.td | 2 |
1 files changed, 2 insertions, 0 deletions
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">; |