This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5feb21c1c6 Borrow visibility from __fundamental_type_info for generated [...] new 288c3cd43f Warn if a local variable's initializer retains a pointer/ref [...]
The 1 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/Basic/DiagnosticGroups.td | 5 +- include/clang/Basic/DiagnosticSemaKinds.td | 38 ++++++---- lib/Sema/SemaInit.cpp | 110 ++++++++++------------------- test/CXX/drs/dr16xx.cpp | 4 +- test/SemaCXX/address-of-temporary.cpp | 19 ++--- test/SemaCXX/warn-dangling-local.cpp | 20 ++++++ 6 files changed, 96 insertions(+), 100 deletions(-) create mode 100644 test/SemaCXX/warn-dangling-local.cpp