This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d5a7884caa [OpenCL] Added checking OpenCL version for cl_khr_mipmap_ima [...] new 35fdd442cf [index] Index simple dependent declaration references
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/AST/CXXInheritance.h | 3 +- include/clang/AST/DeclCXX.h | 25 +++++- lib/AST/CXXInheritance.cpp | 112 +++++++++++++++++++++----- lib/Index/IndexBody.cpp | 44 ++++++++++ lib/Index/IndexTypeSourceInfo.cpp | 25 ++++++ test/Index/Core/index-dependent-source.cpp | 124 +++++++++++++++++++++++++++++ 6 files changed, 312 insertions(+), 21 deletions(-) create mode 100644 test/Index/Core/index-dependent-source.cpp