diff options
author | Jordan Rose <jordan_rose@apple.com> | 2013-01-10 18:50:51 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2013-01-10 18:50:51 +0000 |
commit | 30f3b450c63a99ff5eef24b45cd999f8c2cf9b91 (patch) | |
tree | 86d21df3c221286ef753cf7743a99a7b39febbf4 /tools/libclang/CIndexCodeCompletion.cpp | |
parent | 98e7369d9ef5e53964cc8ae48ec2dfcf6c4633c0 (diff) |
Diagnostics: name all implicit groups used more than once.
This will be a new style requirement going forwards: a diagnostic can only
use the implicit InGroup<DiagGroup<"foo">> syntax if "foo" is not used by
any other diagnostics; as soon as it is, it needs an explicit group.
This also brings some stray "conversion" diagnostics into the
"Value Conversion Issue" category, instead of the more generic
"Semantic Issue" category. I consider this an improvement!
- warn_impcast_complex_scalar
- warn_impcast_float_integer
- warn_impcast_float_precision
- warn_impcast_integer_precision
- warn_impcast_vector_scalar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172088 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/libclang/CIndexCodeCompletion.cpp')
0 files changed, 0 insertions, 0 deletions