]> granicus.if.org Git - clang/commit
When code-completing within a list of declaration specifiers,
authorDouglas Gregor <dgregor@apple.com>
Tue, 15 Feb 2011 20:33:25 +0000 (20:33 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 15 Feb 2011 20:33:25 +0000 (20:33 +0000)
commit68e3c2eef52701a178fbcc2bb424f31dd4b36931
treeaf42c3543fc822a045812910cbe5c40ab69447ec
parentdb27d82dee4b66d1d3571bb3a308484ba4bb8294
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