From: Ted Kremenek Date: Wed, 4 Jan 2012 22:35:02 +0000 (+0000) Subject: Add missing #endif in documentation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00b64f39decd4ff1d781657b9e38d5f57824c186;p=clang Add missing #endif in documentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147556 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/annotations.html b/www/analyzer/annotations.html index b33b4bfcdd..2766577140 100644 --- a/www/analyzer/annotations.html +++ b/www/analyzer/annotations.html @@ -590,6 +590,7 @@ the use of preprocessor macros.

#else #define CLANG_ANALYZER_NORETURN #endif +#endif void my_assert_rtn(const char *, const char *, int, const char *) CLANG_ANALYZER_NORETURN;