[PATCH] D54536: [AST] Fix typo in MicrosoftMangle
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 14 10:33:07 PST 2018
smeenai created this revision.
smeenai added reviewers: majnemer, rnk.
I noticed that we were spelling it as Artifical instead of Artificial
when working on the mangling for Obj-C RTTI. I'm putting this up for
review instead of committing it directly because I'm not 100% sure what
the policy here would be; it does clutter up the blame, but at the same
time it's fixing a gotcha for people writing new code.
Repository:
rC Clang
https://reviews.llvm.org/D54536
Files:
lib/AST/MicrosoftMangle.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54536.174064.patch
Type: text/x-patch
Size: 8028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181114/ac1aeadd/attachment.bin>
More information about the cfe-commits
mailing list