Now with correct -disable-checks=

llvm-svn: 207364
This commit is contained in:
Alexander Kornienko 2014-04-27 15:37:29 +00:00
parent 634d95d58f
commit 6774c87a8a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang-tidy %s -checks='clang-analyzer-.*' -disable-checks='' -- | FileCheck %s
// RUN: clang-tidy %s -checks='clang-analyzer-.*' -disable-checks='alpha' -- | FileCheck %s
extern void *malloc(unsigned long);
extern void free(void *);