================
@@ -4194,6 +4194,10 @@ TEST_F(TokenAnnotatorTest, CppAltOperatorKeywords) {
   ASSERT_EQ(Tokens.size(), 7u) << Tokens;
   EXPECT_TOKEN(Tokens[3], tok::caretequal, TT_BinaryOperator);
 
+  Tokens = annotate("if (a and b) {}");
----------------
owenca wrote:

This doesn't test the patch as the `and` is correctly annotated without this 
patch.

https://github.com/llvm/llvm-project/pull/199112
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to