================
@@ -2478,6 +2478,16 @@ extern const internal::VariadicDynCastAllOfMatcher<Stmt,
NullStmt> nullStmt;
/// matches '__asm("mov al, 2")'
extern const internal::VariadicDynCastAllOfMatcher<Stmt, AsmStmt> asmStmt;
+/// Matches top level asm declarations.
----------------
vbvictor wrote:
What is the difference between top-level and not top-level asm declarations?
The ` __asm` isn't top level?
Could we provide here example of non-top level declaration which wouldn't match
https://github.com/llvm/llvm-project/pull/165319
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits