diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-03-19 19:12:30 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-03-19 19:12:30 +0000 |
commit | b4556860fbe7cd98624e0cf3d79e31577bedabee (patch) | |
tree | 717e7d2eb906c07ab1b13ff0cb3c2be3799688d6 /docs/LanguageExtensions.html | |
parent | a7d66b55a62cf032813a4dc709dc2c986b2a0740 (diff) |
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
Diffstat (limited to 'docs/LanguageExtensions.html')
-rw-r--r-- | docs/LanguageExtensions.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 <tt>unavailable</tt> attributes. For example:</p> will be incorporated into the appropriate diagnostic:</p> <blockquote> -<pre>harmless.c:4:3: warning: 'explode' is deprecated: extremely unsafe, use 'combust' instead!!! [-Wdeprecated-declarations] +<pre>harmless.c:4:3: warning: 'explode' is deprecated: extremely unsafe, use 'combust' instead!!! + [-Wdeprecated-declarations] explode(); ^</pre> </blockquote> |