When code-completing within a list of declaration specifiers,
commita26261c0a23005f09dd02a32bc342d037b098b6e
authorDouglas Gregor <doug.gregor@gmail.com>
Tue, 15 Feb 2011 20:33:25 +0000 (15 20:33 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Tue, 15 Feb 2011 20:33:25 +0000 (15 20:33 +0000)
treeaf42c3543fc822a045812910cbe5c40ab69447ec
parentbfc0686200c8a71373ee267a40fd1c5318607c09
When code-completing within a list of declaration specifiers,
separately handle the case of a local declaration-specifier list,
including all types in the set of options. Fixes
<rdar://problem/8790735> and <rdar://problem/8662831>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125594 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/CodeCompleteConsumer.h
include/clang/Sema/Sema.h
lib/Parse/ParseDecl.cpp
lib/Sema/SemaCodeComplete.cpp
test/Index/complete-declarators.m