Skip to content
Commit 46339475 authored by Chandler Carruth's avatar Chandler Carruth
Browse files

Whitelist operator== and operator!= as valid for unused value warnings,

even when overloaded and user-defined. These operators are both more
valuable to warn on (due to likely typos) and extremely unlikely to be
reasonable for use to trigger side-effects.

llvm-svn: 137823
parent e2669397
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment