This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 02fb715d1f [CUDA] Tweak CUDA wrappers to make cuda-9 work with libc++ new e0a9480f64 [AST] Fix some Clang-tidy modernize and Include What You Use [...] new b44ae5f9b1 [clang] Use add_llvm_install_targets
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: cmake/modules/AddClang.cmake | 16 +- include/clang/AST/CXXInheritance.h | 93 ++++---- include/clang/AST/DeclLookups.h | 23 +- include/clang/AST/ExprObjC.h | 477 +++++++++++++++++++++---------------- lib/AST/CXXInheritance.cpp | 57 +++-- lib/AST/ExprObjC.cpp | 12 +- lib/Headers/CMakeLists.txt | 8 +- runtime/CMakeLists.txt | 9 +- tools/c-index-test/CMakeLists.txt | 8 +- tools/libclang/CMakeLists.txt | 7 +- 10 files changed, 391 insertions(+), 319 deletions(-)