Author: hans
Date: Tue Jan 17 15:20:45 2017
New Revision: 292259

URL: http://llvm.org/viewvc/llvm-project?rev=292259&view=rev
Log:
Regenerate AttributeReference.rst

Modified:
    cfe/branches/release_40/docs/AttributeReference.rst

Modified: cfe/branches/release_40/docs/AttributeReference.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/branches/release_40/docs/AttributeReference.rst?rev=292259&r1=292258&r2=292259&view=diff
==============================================================================
--- cfe/branches/release_40/docs/AttributeReference.rst (original)
+++ cfe/branches/release_40/docs/AttributeReference.rst Tue Jan 17 15:20:45 2017
@@ -456,6 +456,7 @@ warnings or errors at compile-time if ca
 certain user-defined criteria. For example:
 
 .. code-block:: c
+
   void abs(int a)
     __attribute__((diagnose_if(a >= 0, "Redundant abs call", "warning")));
   void must_abs(int a)


_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to