[llvm-commits] [www] r168033 - in /www/trunk/devmtg/2012-11: Gribenko_CommentParsing.pdf index.html

Sean Silva silvas at purdue.edu
Thu Nov 15 10:07:39 PST 2012


Thanks for uploading this. I hope other presenters get to uploading
their slides too!

On Thu, Nov 15, 2012 at 3:59 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> Author: gribozavr
> Date: Thu Nov 15 02:59:06 2012
> New Revision: 168033
>
> URL: http://llvm.org/viewvc/llvm-project?rev=168033&view=rev
> Log:
> Add slides for the comment parsing talk.
>
> Added:
>     www/trunk/devmtg/2012-11/Gribenko_CommentParsing.pdf   (with props)
> Modified:
>     www/trunk/devmtg/2012-11/index.html
>
> Added: www/trunk/devmtg/2012-11/Gribenko_CommentParsing.pdf
> URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2012-11/Gribenko_CommentParsing.pdf?rev=168033&view=auto
> ==============================================================================
> Binary file - no diff available.
>
> Propchange: www/trunk/devmtg/2012-11/Gribenko_CommentParsing.pdf
> ------------------------------------------------------------------------------
>     svn:mime-type = application/octet-stream
>
> Modified: www/trunk/devmtg/2012-11/index.html
> URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2012-11/index.html?rev=168033&r1=168032&r2=168033&view=diff
> ==============================================================================
> --- www/trunk/devmtg/2012-11/index.html (original)
> +++ www/trunk/devmtg/2012-11/index.html Thu Nov 15 02:59:06 2012
> @@ -46,7 +46,7 @@
>
>    <tr><td>Slides</td><td><b><a href="#talk2">The AArch64 backend: status and plans
>  </a></b><br>Tim Northover, <i>ARM</i></td></tr>
> -  <tr><td>Slides</td><td><b><a href="#talk3">Parsing Documentation Comments in Clang</a></b><br>Dmitri Gribenko, <i>HPC Center National Technical University of Ukraine Kiev Polytechnic Institute</i></td></tr>
> +  <tr><td><a href="Gribenko_CommentParsing.pdf">Slides</a></td><td><b><a href="#talk3">Parsing Documentation Comments in Clang</a></b><br>Dmitri Gribenko, <i>HPC Center at National Technical University of Ukraine "Kiev Polytechnic Institute"</i></td></tr>
>    <tr><td>Slides</td><td><b>BOF: Polly: A loop Nest Optimizer for LLVM</b><br>Zino Benaissa, <i>QuIC</i></td></tr>
>
>    <tr><td>Slides</td><td><b><a href="#talk4">MemorySanitizer, ThreadSanitizer.
> @@ -97,7 +97,7 @@
>
>  <p>
>  <b><a id="talk3">Parsing Documentation Comments in Clang</a></b><br>
> -<i>Dmitri Gribenko - HPC Center National Technical University of Ukraine Kiev Polytechnic Institute</i><br>
> +<i>Dmitri Gribenko - HPC Center at National Technical University of Ukraine "Kiev Polytechnic Institute"</i><br>
>  The documentation written in comments is usually processed by a third-party
>  tool while the compiler just ignores it, but the compiler could extract some
>  extra information from it.  We could use documentation from comments to enhance tools based on Clang libraries.  Now Clang does additional semantic checking on documentation and emits warnings to help the programmer ensure that comments don't get stale.  Code completion APIs now include documentation associated
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list