<div dir="ltr">Done & Submitted as r204913</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 27, 2014 at 11:44 AM, Daniel Jasper <span dir="ltr"><<a href="mailto:djasper@google.com" target="_blank">djasper@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
================<br>
Comment at: lib/Format/TokenAnnotator.cpp:48<br>
@@ +47,3 @@<br>
<div class="">+    Contexts.back().InTemplateArgument =<br>
+        Left->Previous != NULL && Left->Previous->Tok.isNot(tok::kw_template);<br>
+<br>
</div>----------------<br>
I think, this deserves a comment. After all, even in template<...> we are in a template argument, just not in one that concerns us. Or maybe, this is a matter of getting the names right. Is a template argument the same as a template parameter? Or is one used at the definition and one at the declaration?<br>

<br>
<br>
<a href="http://llvm-reviews.chandlerc.com/D3187" target="_blank">http://llvm-reviews.chandlerc.com/D3187</a><br>
<br>
BRANCH<br>
  fix-template-bool<br>
<br>
ARCANIST PROJECT<br>
  clang<br>
</blockquote></div><br></div>