[PATCH] D63535: [clang][AST] MangleUtil: A refactoring of CodegenNameGeneratorImpl (NFC).

Puyan Lotfi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 20:03:39 PDT 2019


plotfi created this revision.
plotfi added reviewers: compnerd, ahatanak, akyrtzi, aaron.ballman.
Herald added subscribers: cfe-commits, arphaman, dexonsmith.
Herald added a project: clang.

CodegenNameGeneratorImpl is the most complete implementation of name mangling but it is in clang::Index. This makes it very difficult to use it elsewhere in clang. This is just a NFC refactoring  of CodegenNameGeneratorImpl into a class called MangleUtil. Other than the name and placement change there is no functional change.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D63535

Files:
  clang/include/clang/AST/Mangle.h
  clang/include/clang/Index/CodegenNameGenerator.h
  clang/lib/AST/Mangle.cpp
  clang/lib/Index/CodegenNameGenerator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63535.205500.patch
Type: text/x-patch
Size: 15619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190619/bbb19fd1/attachment-0001.bin>


More information about the cfe-commits mailing list