[all-commits] [llvm/llvm-project] 80a21e: [clang][analyzer] Cleanup tests of StdCLibraryFunc...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Fri May 12 00:55:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80a21ea8006fe7bc7ae2b1c9381625aa69b4dace
https://github.com/llvm/llvm-project/commit/80a21ea8006fe7bc7ae2b1c9381625aa69b4dace
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2023-05-12 (Fri, 12 May 2023)
Changed paths:
A clang/test/Analysis/Inputs/std-c-library-functions-POSIX.h
A clang/test/Analysis/Inputs/std-c-library-functions.h
M clang/test/Analysis/std-c-library-functions-POSIX.c
M clang/test/Analysis/std-c-library-functions-arg-constraints.c
M clang/test/Analysis/std-c-library-functions.c
Log Message:
-----------
[clang][analyzer] Cleanup tests of StdCLibraryFunctionsChecker (NFC)
Function declarations are moved into common header that can be reused
to avoid repetitions in different test files.
Some small problems in the tests were found and fixed.
Reviewed By: steakhal
Differential Revision: https://reviews.llvm.org/D149158
More information about the All-commits
mailing list