forked from OSchip/llvm-project
4f9543b4d6
Preferred types are used by code completion for ranking. This commit considerably increases the number of points in code where those types are propagated. In order to avoid complicating signatures of Parser's methods, a preferred type is kept as a member variable in the parser and updated during parsing. Differential revision: https://reviews.llvm.org/D56723 llvm-svn: 352788 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CodeCompleteTest.cpp | ||
ExternalSemaSourceTest.cpp |