[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 20 12:14:32 PDT 2019
mstorsjo updated this revision to Diff 221086.
mstorsjo added a comment.
Updated the CUDA test based on the suggestion.
@rsmith - What do you think of this version, the warning message, and the invariants for the `isInlineDefinitionExternallyVisible` method?
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.221086.patch
Type: text/x-patch
Size: 5178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190920/ba41429b/attachment.bin>
More information about the cfe-commits
mailing list