Commit 2c585068 authored by Hans Wennborg's avatar Hans Wennborg
Browse files

Regenerate AttributeReference.rst

llvm-svn: 292259
parent 80e29a83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)