From 00b64f39decd4ff1d781657b9e38d5f57824c186 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 4 Jan 2012 22:35:02 +0000 Subject: [PATCH] Add missing #endif in documentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147556 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/analyzer/annotations.html | 1 + 1 file changed, 1 insertion(+) 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; -- 2.50.1