]> granicus.if.org Git - clang/commit
Delete tautological assertion.
authorJonathan Roelofs <jonathan@codesourcery.com>
Fri, 2 Dec 2016 00:51:58 +0000 (00:51 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Fri, 2 Dec 2016 00:51:58 +0000 (00:51 +0000)
commit1057307a75e6d3585b920f362e3347acb138332b
tree4fe40980477f1a59ae456a8941f0a638545c177b
parentec5f181adcdc11d65b8f79f7a12a36258a68a10f
Delete tautological assertion.

After r256463, both the LHS and RHS now refer to the same variable. Before,
they referred to the member, the parameter respectively. Now GCC6's
-Wtautological-compare complains.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288444 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclTemplate.cpp