<div dir="ltr">On Sun, Oct 6, 2013 at 8:01 AM, Alp Toker <span dir="ltr"><<a href="mailto:alp@nuanti.com" target="_blank">alp@nuanti.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This one was caught by the RAII class style checker I mentioned on<br>
llvm-commits to improve code readability:<br>
<br>
    The bool conversion operator on InstantiatingTemplate never added<br>
value and<br>
    only served to obfuscate the template instantiation routines.<br>
<br>
    This patch replaces the conversion and its callers with an explicit<br>
isInvalid()<br>
    function to make it clear what's going on at a glance.<br>
<br>
OK to commit?</blockquote><div><br></div><div>Yes, LGTM</div></div></div></div>