[cfe-commits] r73323 - /cfe/trunk/docs/LanguageExtensions.html

Nick Lewycky nicholas at mxc.ca
Sat Jun 13 21:08:10 PDT 2009


Author: nicholas
Date: Sat Jun 13 23:08:08 2009
New Revision: 73323

URL: http://llvm.org/viewvc/llvm-project?rev=73323&view=rev
Log:
Fix "for all intensive purposes" to "for all intents and purposes".

Modified:
    cfe/trunk/docs/LanguageExtensions.html

Modified: cfe/trunk/docs/LanguageExtensions.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.html?rev=73323&r1=73322&r2=73323&view=diff

==============================================================================
--- cfe/trunk/docs/LanguageExtensions.html (original)
+++ cfe/trunk/docs/LanguageExtensions.html Sat Jun 13 23:08:08 2009
@@ -376,11 +376,11 @@
 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>
 





More information about the cfe-commits mailing list