Test commit

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316758 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ivan Donchevskii 2017-10-27 11:05:40 +00:00
parent ca559e03cc
commit d2d3a85d27
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ namespace {
/// the result set (when it returns true) and which declarations should be
/// filtered out (returns false).
typedef bool (ResultBuilder::*LookupFilter)(const NamedDecl *) const;
typedef CodeCompletionResult Result;
private: