r240430 - Adding a title to appease the sphinx build bot.

Justin Bogner mail at justinbogner.com
Wed Jun 24 16:14:22 PDT 2015


Aaron Ballman <aaron at aaronballman.com> writes:
> Author: aaronballman
> Date: Tue Jun 23 12:31:30 2015
> New Revision: 240430
>
> URL: http://llvm.org/viewvc/llvm-project?rev=240430&view=rev
> Log:
> Adding a title to appease the sphinx build bot.

This isn't actually sufficient - the bot's still failing because there
are cross references into the attributes elsewhere in the docs. So now
we get errors like:

  clang/docs/AddressSanitizer.rst:128: WARNING: undefined label: langext-address_sanitizer (if the link has no caption the label must precede a section header)

Why don't we have a build target that generates this with tablegen and
then generates the docs including that? That's really what the bot wants
to test, no? AFAICT you currently have to run tablegen manually in order
to generate a complete set of docs.

> Modified:
>     cfe/trunk/docs/AttributeReference.rst
>
> Modified: cfe/trunk/docs/AttributeReference.rst
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AttributeReference.rst?rev=240430&r1=240429&r2=240430&view=diff
> ==============================================================================
> --- cfe/trunk/docs/AttributeReference.rst (original)
> +++ cfe/trunk/docs/AttributeReference.rst Tue Jun 23 12:31:30 2015
> @@ -7,3 +7,7 @@
>    Please do not commit this file. The file exists for local testing
>    purposes only.
>    -------------------------------------------------------------------
> +
> +===================
> +Attributes in Clang
> +===================
> \ No newline at end of file
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list