[PATCH] D67414: [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_inline" in C++ mode
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 13 03:37:03 PDT 2019
mstorsjo updated this revision to Diff 220053.
mstorsjo added a comment.
Adapted based on the feedback so far, suggestions on naming and grouping the warning are welcome.
The warning did trigger in an existing CUDA test as well - I'm not familiar with cuda and how it relates to other languages, so suggestions on what to do wrt it, if anything, are also welcome.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67414/new/
https://reviews.llvm.org/D67414
Files:
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/AST/Decl.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/CodeGen/inline.c
clang/test/SemaCUDA/gnu-inline.cu
clang/test/SemaCXX/gnu_inline.cpp
clang/test/SemaCXX/undefined-inline.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67414.220053.patch
Type: text/x-patch
Size: 5444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190913/d65b7a7e/attachment-0001.bin>
More information about the cfe-commits
mailing list