[cfe-commits] r147556 - /cfe/trunk/www/analyzer/annotations.html

Ted Kremenek kremenek at apple.com
Wed Jan 4 14:35:02 PST 2012


Author: kremenek
Date: Wed Jan  4 16:35:02 2012
New Revision: 147556

URL: http://llvm.org/viewvc/llvm-project?rev=147556&view=rev
Log:
Add missing #endif in documentation.

Modified:
    cfe/trunk/www/analyzer/annotations.html

Modified: cfe/trunk/www/analyzer/annotations.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/annotations.html?rev=147556&r1=147555&r2=147556&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/annotations.html (original)
+++ cfe/trunk/www/analyzer/annotations.html Wed Jan  4 16:35:02 2012
@@ -590,6 +590,7 @@
 #else
 #define CLANG_ANALYZER_NORETURN
 #endif
+#endif
 
 void my_assert_rtn(const char *, const char *, int, const char *) <span class="code_highlight">CLANG_ANALYZER_NORETURN</span>;
 </pre>





More information about the cfe-commits mailing list