[clang] [clang-tools-extra] [clang][AST] Fix StmtProfile handling of GCCAsmStmt asm strings and clobbers (PR #201481)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 00:49:36 PDT 2026


================
@@ -0,0 +1,43 @@
+// RUN: %check_clang_tidy %s bugprone-branch-clone %t --
----------------
vbvictor wrote:

```suggestion
// RUN: %check_clang_tidy %s bugprone-branch-clone %t
```

We don't need this generally unless it is test with raw `clang-tidy` invokation

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


More information about the cfe-commits mailing list