Reviewed By: jberdine Differential Revision: D4329657 fbshipit-source-id: 00df93amaster
parent
c40dfc950e
commit
4c34509f6d
@ -0,0 +1,21 @@
|
||||
# Copyright (c) 2016 - present Facebook, Inc.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD style license found in the
|
||||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
TESTS_DIR = ../..
|
||||
|
||||
ANALYZER = infer
|
||||
|
||||
CLANG_OPTIONS = -x c -c
|
||||
INFER_OPTIONS = --project-root ../codetoanalyze
|
||||
INFERPRINT_OPTIONS = --issues-tests
|
||||
|
||||
SOURCES = ../codetoanalyze/hello.unknown_ext
|
||||
|
||||
include $(TESTS_DIR)/clang.make
|
||||
|
||||
../codetoanalyze/hello.o: ../codetoanalyze/hello.unknown_ext
|
||||
clang $(CLANG_OPTIONS) $< > $@
|
@ -0,0 +1 @@
|
||||
hello.unknown_ext, test, 2, NULL_DEREFERENCE, [start of procedure test()]
|
@ -1,7 +0,0 @@
|
||||
[
|
||||
{
|
||||
"bug_type": "NULL_DEREFERENCE",
|
||||
"file": "hello.unknown_ext",
|
||||
"procedure": "test"
|
||||
}
|
||||
]
|
Loading…
Reference in new issue