[PATCH] D121927: [Clang] Work with multiple pragmas weak before definition

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 23 09:42:03 PDT 2022


hubert.reinterpretcast updated this revision to Diff 417666.
hubert.reinterpretcast marked an inline comment as done.
hubert.reinterpretcast added a comment.

- Address review comments: Return `const` from getAlias()


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121927

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Sema/Sema.h
  clang/include/clang/Sema/Weak.h
  clang/lib/Sema/Sema.cpp
  clang/lib/Sema/SemaDecl.cpp
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/lib/Serialization/ASTReader.cpp
  clang/lib/Serialization/ASTWriter.cpp
  clang/test/CodeGen/pragma-weak.c
  clang/test/PCH/pragma-weak-functional.c
  clang/test/PCH/pragma-weak-functional.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121927.417666.patch
Type: text/x-patch
Size: 15926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220323/e8e0e6ed/attachment-0001.bin>


More information about the cfe-commits mailing list