We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d723ad5 commit fdb66edCopy full SHA for fdb66ed
clang/test/Misc/clear-ast-before-backend-plugins.c
@@ -5,5 +5,6 @@
5
6
// RUN: %clang_cc1 -mllvm -debug-only=codegenaction -clear-ast-before-backend -emit-obj -o /dev/null -load %llvmshlibdir/PrintFunctionNames%pluginext -add-plugin print-fns -plugin-arg-print-fns help %s 2>&1 | FileCheck %s --check-prefix=NO
7
// NO-NOT: Clearing AST
8
+// NO: top-level-decl: "f"
9
10
void f() {}
0 commit comments