Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-17 | DR974: Lambdas can have default arguments. | Richard Smith | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179688 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-02-14 | Implement C++ core issue 974, which permits default arguments for | Douglas Gregor | |
lambda expressions. Because these issue was pulled back from Ready status at the Kona meeting, we still emit an ExtWarn when using default arguments for lambda expressions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150519 91177308-0d34-0410-b5e6-96231b3b80d8 |