]> granicus.if.org Git - clang/commit
Introduce code completion strings, which describe how to *use* the
authorDouglas Gregor <dgregor@apple.com>
Fri, 18 Sep 2009 22:15:54 +0000 (22:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 18 Sep 2009 22:15:54 +0000 (22:15 +0000)
commite6e0361984b077d205e9a45d64257d41d2c788c8
tree063c1f7dd2367a4856d73c78919578537d6dea87
parent1131014a6e0302f8040531e227b550230703f613
Introduce code completion strings, which describe how to *use* the
results of code completion, e.g., by providing function call syntax
with placeholders for each of the parameters.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82293 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/CodeCompleteConsumer.h
lib/Sema/CodeCompleteConsumer.cpp
test/CodeCompletion/functions.cpp [new file with mode: 0644]