[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 27 05:25:34 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL373078: [clang] [AST] Treat "inline gnu_inline" the same way as "extern inline… (authored by mstorsjo, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D67414?vs=221086&id=222145#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67414/new/

https://reviews.llvm.org/D67414

Files:
  cfe/trunk/docs/ReleaseNotes.rst
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/lib/AST/Decl.cpp
  cfe/trunk/lib/Sema/SemaDeclAttr.cpp
  cfe/trunk/test/CodeGen/inline.c
  cfe/trunk/test/SemaCUDA/gnu-inline.cu
  cfe/trunk/test/SemaCXX/gnu_inline.cpp
  cfe/trunk/test/SemaCXX/undefined-inline.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67414.222145.patch
Type: text/x-patch
Size: 5847 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190927/b381387e/attachment-0001.bin>


More information about the cfe-commits mailing list