On Mon, Jul 14, 2014 at 4:55 PM, Kaelyn Takata <[email protected]> wrote:

>
> The new flag, WantFunctionLikeCasts, covers a subset of the keywords
> covered by WantTypeSpecifiers that can be used in casts that look like
> function calls, e.g. "return long(5);", while excluding the keywords
> like "enum" and "const" that would be included when WantTypeSpecifiers
> is true but cannot be used in something that looks like a function call.


Can this be tested and committed independently of the other TypoExpr
changes?
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to