]> granicus.if.org Git - clang/commitdiff
Regenerate AttributeReference.rst
authorHans Wennborg <hans@hanshq.net>
Tue, 17 Jan 2017 21:20:45 +0000 (21:20 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 17 Jan 2017 21:20:45 +0000 (21:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_40@292259 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AttributeReference.rst

index d7a3f74f83fbe0284f3d21f078c6eecae7e66796..db4812afdaa0d94418a103dab3e2ea4916579000 100644 (file)
@@ -456,6 +456,7 @@ warnings or errors at compile-time if calls to the attributed function meet
 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)