This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 780143bbd5 [ODRHash] Don't hash friend functions. new 3ee4cc4acf [CodeComplete] Add an option to omit results from the preamble.
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-c/Index.h | 9 ++++- include/clang/Sema/CodeCompleteConsumer.h | 6 +++ include/clang/Sema/CodeCompleteOptions.h | 7 +++- include/clang/Sema/Sema.h | 6 ++- lib/Frontend/ASTUnit.cpp | 1 + lib/Sema/SemaCodeComplete.cpp | 63 ++++++++++++++++++----------- lib/Sema/SemaLookup.cpp | 66 ++++++++++++++++++------------- test/Index/complete-pch-skip.cpp | 18 +++++++++ test/Index/complete-pch-skip.h | 3 ++ tools/c-index-test/c-index-test.c | 2 + tools/libclang/CIndexCodeCompletion.cpp | 2 + 11 files changed, 129 insertions(+), 54 deletions(-) create mode 100644 test/Index/complete-pch-skip.cpp create mode 100644 test/Index/complete-pch-skip.h