http://llvm.org/bugs/show_bug.cgi?id=19674

            Bug ID: 19674
           Summary: cxx_generic_lambdas documentation issues
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++1y
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

clang{master}$ git grep cxx_generic_lambda
docs/LanguageExtensions.rst:Use ``__has_feature(cxx_generic_lambda)`` or
docs/LanguageExtensions.rst:``__has_extension(cxx_generic_lambda)`` to
determine if support for generic
lib/Lex/PPMacroExpansion.cpp:           //.Case("cxx_generic_lambdas",
LangOpts.CPlusPlus1y)

The documentation should refer to cxx_generic_lambdas. 

Commit 191607 (Mark lambda init-captures as complete.) modified the name, but
did not uncomment it from lib/Lex/PPMacroExpansion.cpp.

-- 
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