[cfe-commits] [PATCH] Add brief documentation comments to code completion results
Dmitri Gribenko
gribozavr at gmail.com
Thu Jun 28 09:33:23 PDT 2012
Hello,
The attached patch adds extracted brief comments to code completion
results as informative chunks. I am not sure that this is the right
approach. Maybe a new chunk type is needed.
Please review.
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>*/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-brief-comments-to-code-completion-v1.patch
Type: application/octet-stream
Size: 1867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120628/374e1738/attachment.obj>
More information about the cfe-commits
mailing list