This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ecad4de87b Add a "vexing parse" warning for ambiguity between a variabl [...] new 63536671fa [Analyzer] Synthesize function body for std::call_once new 1d37cb4e87 [Analyzer] Add nullability to the list of tested checkers in [...] new e926c1e89b [Analyzer] Document a gotcha: for C++ -analyze-function requ [...]
The 3 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: include/clang/Driver/CC1Options.td | 2 +- lib/Analysis/BodyFarm.cpp | 316 +++++++++++++++++++++++++++++++---- test/Analysis/call_once.cpp | 233 ++++++++++++++++++++++++++ utils/analyzer/SATestBuild.py | 13 +- www/analyzer/checker_dev_manual.html | 14 +- 5 files changed, 546 insertions(+), 32 deletions(-) create mode 100644 test/Analysis/call_once.cpp