[cfe-commits] [Patch] New functions for Qualifiers, removeQualifiers and removeCommonQualifiers
Richard Trieu
rtrieu at google.com
Wed Sep 12 16:15:21 PDT 2012
Committed at r163752.
On Mon, Sep 10, 2012 at 11:07 PM, Douglas Gregor <dgregor at apple.com> wrote:
> These look fine.
>
> On Aug 27, 2012, at 6:32 PM, Richard Trieu <rtrieu at google.com> wrote:
>
> > Two additional functions for Qualifiers. These were pulled from the
> template type diffing patch.
> >
> > 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.
> >
> > 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.
> > <Qualifiers1.patch>_______________________________________________
> > cfe-commits mailing list
> > cfe-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120912/19388ae3/attachment.html>
More information about the cfe-commits
mailing list