From b4556860fbe7cd98624e0cf3d79e31577bedabee Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 19 Mar 2012 19:12:30 +0000 Subject: [PATCH] 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 --- docs/LanguageExtensions.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();
   ^
-- 2.40.0