]> granicus.if.org Git - clang/commitdiff
Add a necessary newline for diagnose_if documentation.
authorEric Christopher <echristo@gmail.com>
Fri, 13 Jan 2017 01:52:04 +0000 (01:52 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 13 Jan 2017 01:52:04 +0000 (01:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291879 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/AttrDocs.td

index 49b0a533cec3ca9983861bc19f99b60d8fb1e7bf..8f6a7ea601b3473a23ebac01f5de2e666a187ea3 100644 (file)
@@ -386,6 +386,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)