Avoid non-attributive uses of 'unsupported' in diagnostics
We don't have a style guide for diagnostic messages, but convention strongly favours the forms: 'attribute is not supported', 'unsupported attribute' We generally avoid: 'attribute is unsupported', 'non-supported attribute' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212972 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Basic/DiagnosticDriverKinds.td 1 addition, 1 deletioninclude/clang/Basic/DiagnosticDriverKinds.td
- include/clang/Basic/DiagnosticSemaKinds.td 3 additions, 3 deletionsinclude/clang/Basic/DiagnosticSemaKinds.td
- test/Driver/clang_f_opts.c 1 addition, 1 deletiontest/Driver/clang_f_opts.c
- test/Frontend/invalid-o-level.c 1 addition, 1 deletiontest/Frontend/invalid-o-level.c
- test/SemaCXX/dllexport.cpp 4 additions, 4 deletionstest/SemaCXX/dllexport.cpp
- test/SemaCXX/dllimport.cpp 4 additions, 4 deletionstest/SemaCXX/dllimport.cpp
Loading
Please register or sign in to comment