[cfe-commits] [PATCH] Add bindings for clang_getCompletionBriefComment to cindex.py
Dmitri Gribenko
gribozavr at gmail.com
Sat Sep 15 04:58:40 PDT 2012
On Sat, Sep 15, 2012 at 1:01 AM, Tobias Grosser
<grosser at fim.uni-passau.de> wrote:
> just one small remark. Could you put the code_complete test cases in a new
> file? I expect we will add more test cases for code completion.
>
> If you agree with this last comment, the patch is OK to commit from my side.
Thanks! Committed r163966.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the cfe-commits
mailing list