r326156 - [analyzer] Logging test typo quickfix.
George Karpenkov via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 26 17:31:06 PST 2018
Author: george.karpenkov
Date: Mon Feb 26 17:31:06 2018
New Revision: 326156
URL: http://llvm.org/viewvc/llvm-project?rev=326156&view=rev
Log:
[analyzer] Logging test typo quickfix.
Modified:
cfe/trunk/test/Analysis/region_store_overflow.c
Modified: cfe/trunk/test/Analysis/region_store_overflow.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/region_store_overflow.c?rev=326156&r1=326155&r2=326156&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/region_store_overflow.c (original)
+++ cfe/trunk/test/Analysis/region_store_overflow.c Mon Feb 26 17:31:06 2018
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -analyze -analyzer-checker=core -mllvm -debug-only MemRegion %s 2>&1 | FileCheck %s
+// RUN: %clang_analyze_cc1 -analyze -analyzer-checker=core -mllvm -debug-only=MemRegion %s 2>&1 | FileCheck %s
// REQUIRES: asserts
int **h;
More information about the cfe-commits
mailing list