This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f30b6a252e [NFC] Test commit - sorted headers. new 5de0d302f1 Refactor InitListChecker to make it a bit clearer that hasEr [...] new dbc57bfc8e Refactor InitListChecker to check only a single (explicit) i [...] new bc562eec67 Fix silent wrong-code bugs and crashes with designated initi [...]
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/AST/Expr.h | 2 + lib/Sema/SemaInit.cpp | 534 ++++++++++++++++--------------- test/Sema/designated-initializers.c | 6 +- test/SemaCXX/designated-initializers.cpp | 147 +++++++++ 4 files changed, 430 insertions(+), 259 deletions(-)