[LLVMbugs] [Bug 18985] New: add check for modules
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Feb 27 03:39:08 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18985
Bug ID: 18985
Summary: add check for modules
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Modules
Assignee: unassignedclangbugs at nondot.org
Reporter: mayer.julian at googlemail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
there doesn't seem to be a way to check for compilation with modules enabled,
e.g.
#if __has_feature(modules)
if there is a way to check for modules at compilation time, documentation for
it is missing.
also, there isn't a single mention of modules at the clang language extensions
documentation page:
http://clang.llvm.org/docs/LanguageExtensions.html
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140227/1d06d0f8/attachment.html>
More information about the llvm-bugs
mailing list