[llvm-branch-commits] [cfe-branch] r292259 - Regenerate AttributeReference.rst

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jan 17 13:20:45 PST 2017


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)




More information about the llvm-branch-commits mailing list