llvm-for-llvmta/tools/clang/test/Driver/fparse-all-comments.c

6 lines
189 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
// Check that we pass -fparse-all-comments to frontend.
//
// RUN: %clang -c %s -fparse-all-comments -### 2>&1 | FileCheck %s --check-prefix=CHECK-ARG
//
// CHECK-ARG: -fparse-all-comments