summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-01-04 22:35:02 +0000
committerTed Kremenek <kremenek@apple.com>2012-01-04 22:35:02 +0000
commit00b64f39decd4ff1d781657b9e38d5f57824c186 (patch)
treeb14fc46abb08bd0cf1deb3860863ed24dbcb8c29 /www
parentfe40bf8276b8989cacd39e15f8b393fd0661915a (diff)
downloadclang-00b64f39decd4ff1d781657b9e38d5f57824c186.tar.gz
clang-00b64f39decd4ff1d781657b9e38d5f57824c186.tar.bz2
clang-00b64f39decd4ff1d781657b9e38d5f57824c186.tar.xz
Add missing #endif in documentation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147556 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/analyzer/annotations.html1
1 files changed, 1 insertions, 0 deletions
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.</p>
#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>