This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1774e274ac [analyzer] Introduce statistics for the total number of visi [...] new 6e050d9bef [analyzer] Add support for __builtin_constant_p. new ac633fb5c4 [analyzer] Add missing pre-post-statement callbacks for Offs [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp | 12 ++++++++++++ lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp | 3 ++- lib/StaticAnalyzer/Core/ExprEngine.cpp | 13 ++++++++++--- test/Analysis/Inputs/system-header-simulator.h | 4 +++- test/Analysis/builtin-functions.cpp | 17 +++++++++++++++++ test/Analysis/offsetofexpr-callback.c | 13 +++++++++++++ 6 files changed, 57 insertions(+), 5 deletions(-) create mode 100644 test/Analysis/offsetofexpr-callback.c