diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2009-06-14 04:08:08 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2009-06-14 04:08:08 +0000 |
| commit | be42c111186410ad8836f2b1981da1f81c5693fe (patch) | |
| tree | eb6f95217c17ef8730c8b881c0ab1a3fa541be49 | |
| parent | 334046a1340d7c70ac9c935a44cd56392a389d3a (diff) | |
| download | bcm5719-llvm-be42c111186410ad8836f2b1981da1f81c5693fe.tar.gz bcm5719-llvm-be42c111186410ad8836f2b1981da1f81c5693fe.zip | |
Fix "for all intensive purposes" to "for all intents and purposes".
llvm-svn: 73323
| -rw-r--r-- | clang/docs/LanguageExtensions.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index 55fb6158344..c855a5057a6 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/docs/LanguageExtensions.html @@ -376,11 +376,11 @@ positives due to false paths) by marking their own "panic" functions with this attribute.</p> <p>While useful, <tt>noreturn</tt> is not applicable in all cases. Sometimes -there are special functions that for all intensive purposes should be considered -panic functions (i.e., they are only called when an internal program error -occurs) but may actually return so that the program can fail gracefully. The -<tt>analyzer_noreturn</tt> attribute allows one to annotate such functions as -being interpreted as "no return" functions by the analyzer (thus +there are special functions that for all intents and purposes should be +considered panic functions (i.e., they are only called when an internal program +error occurs) but may actually return so that the program can fail gracefully. +The <tt>analyzer_noreturn</tt> attribute allows one to annotate such functions +as being interpreted as "no return" functions by the analyzer (thus pruning bogus paths) but will not affect compilation (as in the case of <tt>noreturn</tt>).</p> |

