[all-commits] [llvm/llvm-project] e42e5e: [analyzer] Move apiModeling.StdCLibraryFunctionArg...
NoQ via All-commits
all-commits at lists.llvm.org
Tue May 19 13:06:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e42e5e4d0fc08fed673b453268606bc9fdf0a7d2
https://github.com/llvm/llvm-project/commit/e42e5e4d0fc08fed673b453268606bc9fdf0a7d2
Author: Artem Dergachev <artem.dergachev at gmail.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
M clang/test/Analysis/analyzer-enabled-checkers.c
M clang/test/Analysis/std-c-library-functions-arg-constraints.c
M clang/test/Analysis/std-c-library-functions-arg-constraints.cpp
Log Message:
-----------
[analyzer] Move apiModeling.StdCLibraryFunctionArgs to alpha.
It was enabled by default accidentally; still missing some important
features. Also it needs a better package because it doesn't boil down to
API modeling.
Differential Revision: https://reviews.llvm.org/D80213
More information about the All-commits
mailing list