Committed at r163752.<br><br><div class="gmail_quote">On Mon, Sep 10, 2012 at 11:07 PM, Douglas Gregor <span dir="ltr"><<a href="mailto:dgregor@apple.com" target="_blank">dgregor@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
These look fine.<br>
<div><div class="h5"><br>
On Aug 27, 2012, at 6:32 PM, Richard Trieu <<a href="mailto:rtrieu@google.com">rtrieu@google.com</a>> wrote:<br>
<br>
> Two additional functions for Qualifiers.  These were pulled from the template type diffing patch.<br>
><br>
> void removeQualifiers(Qualifiers Q) removes the qualifiers in Q from the current Qualifiers.  This will replace the underlying implementation of operator- and operator-=, which currently only performs bit masking.<br>

><br>
> static Qualifiers removeCommonQualifiers(Qualifiers &L, Qualifiers &R) removes any qualifiers in common between L and R.  These qualifiers are used to create a new Qualifier which is returned.  This will be unused until the changes for template type diffing are checked in.<br>

</div></div>> <Qualifiers1.patch>_______________________________________________<br>
> cfe-commits mailing list<br>
> <a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br>
</blockquote></div><br>