[cfe-commits] [PATCH] New libclang API function, clang_codeCompleteGetContexts
Tobias Grosser
tobias at grosser.es
Tue Jul 5 19:35:36 PDT 2011
On 07/05/2011 07:41 PM, Connor Wakamo wrote:
> Hello,
Hi Connor,
I have no idea about that topic, but found a two typos. ;-)
> Index: include/clang/Sema/CodeCompleteConsumer.h
> ===================================================================
> --- include/clang/Sema/CodeCompleteConsumer.h (revision 134453)
> +++ include/clang/Sema/CodeCompleteConsumer.h (working copy)
> @@ -235,6 +235,15 @@
> /// \brief Code completion in a parenthesized expression, which means that
> /// we may also have types here in C and Objective-C (as well as in C++).
> CCC_ParenthesizedExpression,
> + /// \brief Code completion where an Objective-C instance message is expcted.
Typo: 'excted' -> 'expected'
> * \brief Returns a default set of code-completion options that can be
> * passed to\c clang_codeCompleteAt().
> */
> @@ -2950,6 +3060,19 @@
> unsigned Index);
>
> /**
> + * \brief Determines what compeltions are appropriate for the context
completions
Cheers
Tobi
More information about the cfe-commits
mailing list