]> granicus.if.org Git - clang/commit
Extend code-completion results with the type of each result
authorDouglas Gregor <dgregor@apple.com>
Fri, 18 Dec 2009 18:53:37 +0000 (18:53 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 18 Dec 2009 18:53:37 +0000 (18:53 +0000)
commitff5ce6eefc7c253ef6edf4d4bfc996fdd82d09aa
treefdc221aa0e45746fd32384e472b3446a610bf8d4
parenteac7c53f16bc12bcd9baac756b6f9bb77b74b0ad
Extend code-completion results with the type of each result

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91702 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/clang-c/Index.h
include/clang/Sema/CodeCompleteConsumer.h
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/SemaCodeComplete.cpp
test/CodeCompletion/enum-switch-case-qualified.cpp
test/CodeCompletion/enum-switch-case.cpp
test/CodeCompletion/member-access.cpp
test/Index/code-completion.cpp
test/Index/complete-member-access.m
test/Index/complete-objc-message.m
test/Index/complete-properties.m
test/Index/complete-property-getset.m
test/Index/remap-complete.c
tools/CIndex/CIndex.cpp
tools/c-index-test/c-index-test.c