[clang-tools-extra] r284894 - [Release notes] Mention removed Clang-tidy misc-pointer-and-integral-operation check

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 22 07:00:35 PDT 2016


Hi, Kim!

Sure, it'll be good idea, but I think, it'll be better, if Richard
Smith will do this. I just followed r284888, which doesn't contain a
lot of explanations or reference to relevant discussion.

Eugene.

On Sat, Oct 22, 2016 at 12:48 AM, Kim Gräsman <kim.grasman at gmail.com> wrote:
> Hi Eugene,
>
> On Sat, Oct 22, 2016 at 12:35 AM, Eugene Zelenko via cfe-commits
> <cfe-commits at lists.llvm.org> wrote:
>> Author: eugenezelenko
>> Date: Fri Oct 21 17:35:58 2016
>> New Revision: 284894
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=284894&view=rev
>> Log:
>> [Release notes] Mention removed Clang-tidy misc-pointer-and-integral-operation check
>>
>> Modified:
>>     clang-tools-extra/trunk/docs/ReleaseNotes.rst
>>
>> Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst
>> URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ReleaseNotes.rst?rev=284894&r1=284893&r2=284894&view=diff
>> ==============================================================================
>> --- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
>> +++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Fri Oct 21 17:35:58 2016
>> @@ -73,6 +73,8 @@ Improvements to clang-tidy
>>    Warns when ``std::move`` is applied to a forwarding reference instead of
>>    ``std::forward``.
>>
>> +- `misc-pointer-and-integral-operation` check was removed.
>> +
>
> Would it be worthwhile to describe *why* it was removed? I haven't
> followed the discussions, so this looks a little abrupt.
>
> - Kim


More information about the cfe-commits mailing list