[LLVMbugs] [Bug 11706] New: missing #endif in doc for analyzer_noreturn
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jan 4 14:10:02 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=11706
Bug #: 11706
Summary: missing #endif in doc for analyzer_noreturn
Product: Website
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Documentation
AssignedTo: unassignedbugs at nondot.org
ReportedBy: Len.Lattanzi at Gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
http://clang-analyzer.llvm.org/annotations.html#attr_analyzer_noreturn
is missing an #endif after
#ifndef CLANG_ANALYZER_NORETURN
#if __has_feature(attribute_analyzer_noreturn)
#define CLANG_ANALYZER_NORETURN __attribute__((analyzer_noreturn))
#else
#define CLANG_ANALYZER_NORETURN
#endif
yeah a nit.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list