[all-commits] [llvm/llvm-project] db4d5f: [analyzer][StdLibraryFunctionsChecker] Add POSIX f...

Gabor Marton via All-commits all-commits at lists.llvm.org
Thu Jul 2 05:28:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: db4d5f7048a26a7708821e46095742aecfd8ba46
      https://github.com/llvm/llvm-project/commit/db4d5f7048a26a7708821e46095742aecfd8ba46
  Author: Gabor Marton <gabor.marton at ericsson.com>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/test/Analysis/analyzer-config.c
    A clang/test/Analysis/std-c-library-functions-POSIX.c

  Log Message:
  -----------
  [analyzer][StdLibraryFunctionsChecker] Add POSIX file handling functions

Adding file handling functions from the POSIX standard (2017).
A new checker option is introduced to enable them.
In follow-up patches I am going to upstream networking, pthread, and other
groups of POSIX functions.

Differential Revision: https://reviews.llvm.org/D82288




More information about the All-commits mailing list