Virtual patch: `svn mv lib/Headers/Intrin.h lib/Headers/intrin.h`

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 8 10:20:39 PDT 2016


It looks like we're starting to be more careful about header case. MSVC's
intrin.h is called intrin.h with a lower-case 'i'; ours starts with an
upper-case 'I' for no good reason.

It looks like file-only renames work fine as of svn 1.7 without any
workarounds (
http://subversion.apache.org/docs/release-notes/1.7.html#windows-case-change),
so let's `svn mv` the file to its correct case.

SGTM?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160608/b55f4018/attachment.html>


More information about the cfe-commits mailing list