[PATCH] D60930: [codeview] Fix symbol names for dynamic initializers and atexit stubs

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 30 13:42:26 PDT 2019


rjmccall added a comment.

In Swift we basically shove *everything* through our corresponding linkage-entity structure, so I'm not opposed to the basic idea.

That said, it's unfortunate that this needs to be raised to the AST level.  Also, you have really been contributing to this project far too long to still need to be told to add comments to the new types and functions you're adding. :)


Repository:
  rC Clang

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

https://reviews.llvm.org/D60930





More information about the cfe-commits mailing list