owenca wrote: > I still think `and` should just be what it says.
We don't need to special case `and`, an alternative spelling of `tok::ampamp` when determining if it's the binary operator. Annotating the token correctly takes care of both `&&` and `and`. https://github.com/llvm/llvm-project/pull/206300 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
