|
|
@ -13,7 +13,7 @@ ANALYZER = checkers
|
|
|
|
# a folder, is not discarded, and Clang considers it as a source file. This
|
|
|
|
# a folder, is not discarded, and Clang considers it as a source file. This
|
|
|
|
# leads to an error. This weird case can be observed when -index-store-path is
|
|
|
|
# leads to an error. This weird case can be observed when -index-store-path is
|
|
|
|
# passed in a sequence like the one in CLANG_OPTIONS.
|
|
|
|
# passed in a sequence like the one in CLANG_OPTIONS.
|
|
|
|
CLANG_OPTIONS = -x c -index-store-path . -c
|
|
|
|
CLANG_OPTIONS = -x c -index-store-path . -c -fsanitize=builtin
|
|
|
|
INFER_OPTIONS = --report-custom-error --developer-mode --project-root ../codetoanalyze
|
|
|
|
INFER_OPTIONS = --report-custom-error --developer-mode --project-root ../codetoanalyze
|
|
|
|
INFERPRINT_OPTIONS = --issues-tests
|
|
|
|
INFERPRINT_OPTIONS = --issues-tests
|
|
|
|
|
|
|
|
|
|
|
|