[PATCH] D51752: NFC: move isRepeatedBytePattern from clang to Constant
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 6 14:09:48 PDT 2018
jfb created this revision.
Herald added subscribers: cfe-commits, dexonsmith.
This code was in CGDecl.cpp and really belongs to Constant. This will allow me
to use it in a subsequent patch.
LLVM part of this patch: https://reviews.llvm.org/D51751
Repository:
rC Clang
https://reviews.llvm.org/D51752
Files:
lib/CodeGen/CGDecl.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51752.164287.patch
Type: text/x-patch
Size: 4755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180906/be3d7e89/attachment.bin>
More information about the cfe-commits
mailing list