[all-commits] [llvm/llvm-project] 98ef7e: This reduces code duplication between CGObjCMac.cp...
Ellis Hoag via All-commits
all-commits at lists.llvm.org
Mon Sep 28 23:27:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 98ef7e29b0fe03da77fa6ef5c86bea9e31c178d0
https://github.com/llvm/llvm-project/commit/98ef7e29b0fe03da77fa6ef5c86bea9e31c178d0
Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M clang/include/clang/AST/Mangle.h
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/Mangle.cpp
M clang/lib/AST/MicrosoftMangle.cpp
M clang/lib/CodeGen/CGObjCMac.cpp
Log Message:
-----------
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.
https://reviews.llvm.org/D88329
More information about the All-commits
mailing list