[LLVMbugs] [Bug 7200] New: Provide -f flags to turn on individual C++0x features
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat May 22 11:45:23 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7200
Summary: Provide -f flags to turn on individual C++0x features
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: C++0x
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: jyasskin at google.com
CC: chandlerc at gmail.com, llvmbugs at cs.uiuc.edu,
dgregor at apple.com
Right now, clang provides --std=c++0x to turn on all the features from C++0x
that it's implemented. However, it would be useful for organizations migrating
to C++0x to turn on one feature at a time. For example, we might turn on
-fenable-c++0x-auto before -fenable-c++0x-lambdas.
--
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