[PATCH] D77244: sancov/inline-bool-flag feature + tests + docs.
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 2 00:30:14 PDT 2020
vitalybuka added inline comments.
================
Comment at: clang/test/Driver/autocomplete.c:49
+// RUN: %clang --autocomplete=-fno-sanitize-coverage=,f | FileCheck %s
+// -check-prefix=FNOSANICOVER FNOSANICOVER: func RUN: %clang
+// --autocomplete=-fno-sanitize-coverage= | FileCheck %s
----------------
probably you didn't add "--style=file"
this dir should not enforce line length
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77244/new/
https://reviews.llvm.org/D77244
More information about the cfe-commits
mailing list