Revert "[clang][analyzer] Add modeling of 'errno'."
authorAaron Ballman <aaron@aaronballman.com>
Fri, 25 Feb 2022 12:15:01 +0000 (07:15 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 25 Feb 2022 12:21:01 +0000 (07:21 -0500)
commitf9e8e92cf586d9cf077139a338f062a91b8ce2d2
treeca00dc2c165718e35e88a0e2a6f53b6d7778252b
parent291450d8934adc80f8551ef2cda4db80d49875d3
Revert "[clang][analyzer] Add modeling of 'errno'."

This reverts commit 29b512ba322cb6dd2c45d5e07645e20db47fad0d.

This broke several build bots:

https://lab.llvm.org/buildbot/#/builders/86/builds/30183
https://lab.llvm.org/buildbot/#/builders/216/builds/488
14 files changed:
clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
clang/lib/StaticAnalyzer/Checkers/Errno.h [deleted file]
clang/lib/StaticAnalyzer/Checkers/ErrnoModeling.cpp [deleted file]
clang/lib/StaticAnalyzer/Checkers/ErrnoTesterChecker.cpp [deleted file]
clang/lib/StaticAnalyzer/Core/MemRegion.cpp
clang/test/Analysis/Inputs/errno_func.h [deleted file]
clang/test/Analysis/Inputs/errno_var.h [deleted file]
clang/test/Analysis/Inputs/system-header-simulator.h
clang/test/Analysis/analyzer-enabled-checkers.c
clang/test/Analysis/errno.c [deleted file]
clang/test/Analysis/global-region-invalidation.c
clang/test/Analysis/std-c-library-functions-arg-enabled-checkers.c