[clang] [clang-format]: Annotate colons found in inline assembly (PR #92617)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Wed May 22 23:38:16 PDT 2024


================
@@ -1489,11 +1489,25 @@ TEST_F(TokenAnnotatorTest, RequiresDoesNotChangeParsingOfTheRest) {
 TEST_F(TokenAnnotatorTest, UnderstandsAsm) {
   auto Tokens = annotate("__asm{\n"
                          "a:\n"
-                         "};");
-  ASSERT_EQ(Tokens.size(), 7u) << Tokens;
+                         ": x\n"
+                         ":};");
----------------
owenca wrote:

Is this real/valid assembly code?

https://github.com/llvm/llvm-project/pull/92617


More information about the cfe-commits mailing list