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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to