This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8ecbed3 [MSVC] Implementation of __unaligned as a proper type qualifier new 73cb61f [tooling] Fix missing inline keyworkd, breaking build bot. new da822bb [analyzer] Fix crash in ObjCGenericsChecker new 9821058 Preserve the FoundDecl when performing overload resolution fo [...] new cbbb14f [VFS][Unittests] Make dir iteration tests depend only on content
The 4 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/ExprCXX.h | 38 +-- include/clang/Sema/Overload.h | 30 ++- include/clang/Sema/Sema.h | 5 +- include/clang/Sema/TemplateDeduction.h | 7 +- include/clang/Tooling/FixIt.h | 10 +- lib/AST/ASTImporter.cpp | 9 +- lib/AST/ExprCXX.cpp | 44 ++-- lib/CodeGen/CGObjC.cpp | 1 + lib/Sema/SemaDeclCXX.cpp | 14 +- lib/Sema/SemaExprCXX.cpp | 8 +- lib/Sema/SemaInit.cpp | 126 ++++------ lib/Sema/SemaLookup.cpp | 2 +- lib/Sema/SemaOverload.cpp | 146 +++++------ lib/Sema/SemaTemplate.cpp | 16 +- lib/Sema/SemaTemplateInstantiate.cpp | 5 +- lib/Sema/TreeTransform.h | 14 +- .../Checkers/DynamicTypePropagation.cpp | 25 ++ test/Analysis/generics.m | 273 +++++++++++++++++++++ unittests/Basic/VirtualFileSystemTest.cpp | 25 +- 19 files changed, 570 insertions(+), 228 deletions(-)