These look fine.

On Aug 27, 2012, at 6:32 PM, Richard Trieu <[email protected]> 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
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to