forked from OSchip/llvm-project
parent
634d95d58f
commit
6774c87a8a
|
@ -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 *);
|
||||
|
||||
|
|
Loading…
Reference in New Issue