This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 614f5c2b1b [clang-cl] Let /FA output use intel assembly. new 2ac973d583 [Sema] Add visited contexts to CodeCompleteContext
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/Sema/CodeCompleteConsumer.h | 16 ++++ include/clang/Sema/Lookup.h | 6 ++ lib/Sema/SemaCodeComplete.cpp | 11 ++- lib/Sema/SemaLookup.cpp | 2 + unittests/Sema/CMakeLists.txt | 1 + unittests/Sema/CodeCompleteTest.cpp | 134 ++++++++++++++++++++++++++++++ 6 files changed, 169 insertions(+), 1 deletion(-) create mode 100644 unittests/Sema/CodeCompleteTest.cpp