[PATCH] D88329: [objc] Consolidate ObjC name mangle code to AST

Ellis Hoag via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 25 12:08:36 PDT 2020


ellis created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
ellis requested review of this revision.

This reduces code duplication between CGObjCMac.cpp and Mangle.cpp for generating the mangled name of an Objective-C method.

This has no intended functionality change.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88329

Files:
  clang/include/clang/AST/Mangle.h
  clang/lib/AST/Mangle.cpp
  clang/lib/CodeGen/CGObjCMac.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88329.294394.patch
Type: text/x-patch
Size: 5954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200925/f17f78ec/attachment.bin>


More information about the cfe-commits mailing list