This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e9a55b7c48 [OpenMP] NVPTX: Set default/minimum compute capability to sm_35 new 8c8d967b8a [libclang] Record code-completion invocations to a temporary [...]
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: test/Index/record-completion-invocation.c | 11 +++++++++++ tools/c-index-test/c-index-test.c | 8 ++++++-- tools/libclang/CIndex.cpp | 14 ++++++++++++-- tools/libclang/CIndexCodeCompletion.cpp | 11 +++++++++++ tools/libclang/CIndexer.cpp | 9 +++++++++ tools/libclang/CIndexer.h | 1 + tools/libclang/CXTranslationUnit.h | 2 ++ 7 files changed, 52 insertions(+), 4 deletions(-) create mode 100644 test/Index/record-completion-invocation.c