[clang-tools-extra] r207363 - Specify checks in a more reliable way.
Alexander Kornienko
alexfh at google.com
Sun Apr 27 08:27:29 PDT 2014
Author: alexfh
Date: Sun Apr 27 10:27:28 2014
New Revision: 207363
URL: http://llvm.org/viewvc/llvm-project?rev=207363&view=rev
Log:
Specify checks in a more reliable way.
Modified:
clang-tools-extra/trunk/test/clang-tidy/static-analyzer.cpp
Modified: clang-tools-extra/trunk/test/clang-tidy/static-analyzer.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/static-analyzer.cpp?rev=207363&r1=207362&r2=207363&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/static-analyzer.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/static-analyzer.cpp Sun Apr 27 10:27:28 2014
@@ -1,4 +1,4 @@
-// RUN: clang-tidy %s -checks='clang-analyzer-.*' -- | FileCheck %s
+// RUN: clang-tidy %s -checks='clang-analyzer-.*' -disable-checks='' -- | FileCheck %s
extern void *malloc(unsigned long);
extern void free(void *);
More information about the cfe-commits
mailing list