llvm-project/clang/unittests/Sema
Haojian Wu 10d95c53af [Sema] Add visited contexts to CodeCompleteContext
Summary:
This would allow code completion clients to know which context is visited during Sema code completion.

Also some changes:
 * add `EnteredContext` callback in VisibleDeclConsumer.
 * add a simple unittest for sema code completion (only for visited contexts at the moment).

Reviewers: ilya-biryukov

Reviewed By: ilya-biryukov

Subscribers: mgorny, bkramer, cfe-commits

Differential Revision: https://reviews.llvm.org/D42071

llvm-svn: 322661
2018-01-17 14:29:25 +00:00
..
CMakeLists.txt [Sema] Add visited contexts to CodeCompleteContext 2018-01-17 14:29:25 +00:00
CodeCompleteTest.cpp [Sema] Add visited contexts to CodeCompleteContext 2018-01-17 14:29:25 +00:00
ExternalSemaSourceTest.cpp [Sema] Allow an external sema source to handle delayed typo corrections. 2016-05-19 10:46:10 +00:00