aaron.ballman added inline comments.
================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:3846
+ CXXBoolLiteralExpr,
+ IntegerLiteral),
+ unsigned, Value, 1) {
----------------
Lekensteyn wrote:
> aaron.ballman wrote:
> > Is there a reason to not allow the equals matcher to do something like
> > `floatingLiteral(equals(1))`? Sure, the user could always write `1.0`, but
> > it seems somewhat hostile to require it.
> The ValueMatcher for float does not accept integers at the moment, adding
> FloatingLiteral now results in a compile error. It can be added though (might
> do this as well in the next revision, either in the existing patches or a new
> one).
That's a good reason not to do it right now. Thanks!
https://reviews.llvm.org/D33094
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits