[PATCH] D82806: [AIX] Static init support for template specialization and inline variable

Xiangling Liao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 29 14:25:23 PDT 2020


Xiangling_L created this revision.
Xiangling_L added reviewers: hubert.reinterpretcast, jasonliu, yusra.syeda, ZarkoCA, sfertile.
Herald added subscribers: cfe-commits, jfb.
Herald added a project: clang.

This is a follow-up patch of D74166 <https://reviews.llvm.org/D74166>.

This patch adds static init support for template specialization kinds that were left out by D74166 <https://reviews.llvm.org/D74166> [implicit instantiation, explicit instantiation definition] and inline variable.

Also.it adds a test for explicit specialization TSK.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82806

Files:
  clang/lib/CodeGen/CGDeclCXX.cpp
  clang/test/CodeGenCXX/aix-static-init-temp-spec-and-inline-var.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82806.274234.patch
Type: text/x-patch
Size: 11272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200629/e02026fc/attachment.bin>


More information about the cfe-commits mailing list