This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fdc0feb In the get started page, also explain how to start the testsuite new 7315f75 clang-format: Only special-case top-level */& in multivar-declstmts. new 1f6e700 [analyzer] Improve CastToStruct checker so it can also detect [...]
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/Format/TokenAnnotator.cpp | 2 +- .../Checkers/CastToStructChecker.cpp | 87 ++++++++++++++++------ test/Analysis/cast-to-struct.cpp | 67 +++++++++++++++++ test/Analysis/casts.c | 2 +- unittests/Format/FormatTest.cpp | 1 + 5 files changed, 135 insertions(+), 24 deletions(-) create mode 100644 test/Analysis/cast-to-struct.cpp