aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/fparse-all-comments.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/fparse-all-comments.c')
-rw-r--r--test/Driver/fparse-all-comments.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Driver/fparse-all-comments.c b/test/Driver/fparse-all-comments.c
new file mode 100644
index 0000000000..5f825d0429
--- /dev/null
+++ b/test/Driver/fparse-all-comments.c
@@ -0,0 +1,5 @@
+// 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