Add support for the always_inline + target feature diagnostic to print
out the first missing target feature that's required and reword the diagnostic accordingly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253121 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Basic/DiagnosticSemaKinds.td 3 additions, 2 deletionsinclude/clang/Basic/DiagnosticSemaKinds.td
- lib/CodeGen/CodeGenFunction.cpp 11 additions, 6 deletionslib/CodeGen/CodeGenFunction.cpp
- test/CodeGen/target-features-error-2.c 1 addition, 1 deletiontest/CodeGen/target-features-error-2.c
- test/CodeGen/target-features-error.c 1 addition, 1 deletiontest/CodeGen/target-features-error.c
Loading
Please register or sign in to comment