xref: /llvm-project/clang/test/Frontend/round-trip-cc1-args.c (revision 530ea28fefc4652823a187a149e8001cbf4af18f)
1 // RUN: %clang_cc1 %s -no-round-trip-args -Rround-trip-cc1-args 2>&1 | FileCheck %s -check-prefix=CHECK-WITHOUT-ROUND-TRIP -allow-empty
2 // RUN: %clang_cc1 %s -round-trip-args 2>&1 | FileCheck %s -check-prefix=CHECK-ROUND-TRIP-WITHOUT-REMARKS -allow-empty
3 // RUN: %clang_cc1 %s -round-trip-args -Rround-trip-cc1-args 2>&1 | FileCheck %s -check-prefix=CHECK-ROUND-TRIP-WITH-REMARKS
4 
5 // CHECK-WITHOUT-ROUND-TRIP-NOT: remark:
6 // CHECK-ROUND-TRIP-WITHOUT-REMARKS-NOT: remark:
7 // CHECK-ROUND-TRIP-WITH-REMARKS: remark: generated arguments #{{.*}} in round-trip: {{.*}}
8