[PATCH] D13313: [clang-tidy] new check cppcoreguidelines-pro-type-reinterpret-cast

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 2 14:42:52 PDT 2015


On Fri, Oct 2, 2015 at 5:27 PM, Matthias Gehre <M.Gehre at gmx.de> wrote:
> mgehre added a comment.
>
> I'm not sure what you mean by ToT. I rebased this against master @ http://llvm.org/git/clang-tools-extra.git

Top of Tree from the svn repository. I'm not certain how quickly the
git mirror updates, but when I download your latest revision, I still
get a merge conflict with: clang-tidy/cppcoreguidelines/Makefile

I don't think that Makefile diff in your patch is correct because it
shows lines being removed, but there's no existing content for that
file (it should have all additions, no deletions).

~Aaron

>
>
> http://reviews.llvm.org/D13313
>
>
>


More information about the cfe-commits mailing list