[LLVMbugs] [Bug 19674] New: cxx_generic_lambdas documentation issues

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed May 7 07:22:35 PDT 2014


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: unassignedclangbugs at nondot.org
          Reporter: steveire at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140507/d6828919/attachment.html>


More information about the llvm-bugs mailing list