From: Benjamin Kramer
Date: Mon, 19 Mar 2012 19:12:30 +0000 (+0000)
Subject: LanguageExtensions: Manually word wrap a line to reduce horizontal scrolling.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4556860fbe7cd98624e0cf3d79e31577bedabee;p=clang
LanguageExtensions: Manually word wrap a line to reduce horizontal scrolling.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153048 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index cbdebe12de..c642d122d0 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -590,7 +590,8 @@ and unavailable attributes. For example:
will be incorporated into the appropriate diagnostic:
-harmless.c:4:3: warning: 'explode' is deprecated: extremely unsafe, use 'combust' instead!!! [-Wdeprecated-declarations]
+harmless.c:4:3: warning: 'explode' is deprecated: extremely unsafe, use 'combust' instead!!!
+ [-Wdeprecated-declarations]
explode();
^