This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3f38d95 [ARM] Pass thumb as architecture to the underlying tools, whe [...] new 0ed81cd Implement filtering for code completion of identifiers.
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/Lex/Preprocessor.h | 16 ++++++++++++++++ include/clang/Sema/CodeCompleteConsumer.h | 9 +++++++++ lib/Lex/Lexer.cpp | 10 +++++++++- lib/Lex/Preprocessor.cpp | 5 ++++- lib/Sema/CodeCompleteConsumer.cpp | 25 +++++++++++++++++++++++++ test/CodeCompletion/objc-message.mm | 4 ++-- test/Index/complete-method-decls.m | 2 +- test/Index/complete-objc-message-id.m | 4 ++-- test/Index/complete-objc-message.m | 8 ++++---- test/Index/complete-recovery.m | 2 +- test/Index/complete-super.m | 4 ++-- 11 files changed, 75 insertions(+), 14 deletions(-)