diff options
author | Steve Naroff <snaroff@apple.com> | 2008-02-01 22:44:48 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-02-01 22:44:48 +0000 |
commit | c0ff1caab20f13e99cd94e4263ba3e625e1aae92 (patch) | |
tree | 20104bb569400bd79bd477ed5d87acf4e767dcfa /include/clang/Basic | |
parent | be4b3332c2d17c03af6d015d9e8e2cc524806e6e (diff) |
Rename diagnostic to reflect it's role...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46650 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic')
-rw-r--r-- | include/clang/Basic/DiagnosticKinds.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticKinds.def b/include/clang/Basic/DiagnosticKinds.def index 489575c989..c3087fbb3a 100644 --- a/include/clang/Basic/DiagnosticKinds.def +++ b/include/clang/Basic/DiagnosticKinds.def @@ -822,7 +822,7 @@ DIAG(err_typecheck_expect_scalar_operand, ERROR, "operand of type '%0' where arithmetic or pointer type is required") DIAG(err_typecheck_cond_incompatible_operands, ERROR, "incompatible operand types ('%0' and '%1')") -DIAG(ext_typecheck_cond_incompatible_pointers, WARNING, +DIAG(warn_typecheck_cond_incompatible_pointers, WARNING, "pointer type mismatch ('%0' and '%1')") DIAG(err_typecheck_choose_expr_requires_constant, ERROR, "'__builtin_choose_expr' requires a constant expression") |