This revision was automatically updated to reflect the committed changes.
Closed by commit rL330719: [clang-tidy] Fix PR35468 (authored by xazax,
committed by ).
Herald added subscribers: llvm-commits, klimek.
Changed prior to commit:
https://reviews.llvm.org/D46003?vs=143712&id=143743#toc
Rep
alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.
LG with one comment.
Comment at: test/clang-tidy/misc-unconventional-assign-operator.cpp:1
-// RUN: %check_clang_tidy %s misc-unconventional-assign-operator %t -- --
-std=c+
xazax.hun created this revision.
xazax.hun added a reviewer: alexfh.
Herald added subscribers: dkrupp, rnkovacs, baloghadamsoftware, whisperity.
Auto return type was not correctly considered by the Unconventional Assign
Operator check.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.