-
- Downloads
[Branch 3.9] Remove any traces of partial constexpr lambda implementation
This patch essentially reverses all the changes from the following commit: https://reviews.llvm.org/rL264513 for branch 3.9. Requested by Richard and Approved by Hans here: https://reviews.llvm.org/D23485 git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_39@278771 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Basic/DiagnosticASTKinds.td 0 additions, 6 deletionsinclude/clang/Basic/DiagnosticASTKinds.td
- include/clang/Basic/DiagnosticParseKinds.td 1 addition, 10 deletionsinclude/clang/Basic/DiagnosticParseKinds.td
- include/clang/Sema/Sema.h 1 addition, 2 deletionsinclude/clang/Sema/Sema.h
- lib/AST/ExprConstant.cpp 1 addition, 17 deletionslib/AST/ExprConstant.cpp
- lib/Parse/ParseExprCXX.cpp 4 additions, 61 deletionslib/Parse/ParseExprCXX.cpp
- lib/Sema/SemaLambda.cpp 4 additions, 17 deletionslib/Sema/SemaLambda.cpp
- lib/Sema/TreeTransform.h 1 addition, 3 deletionslib/Sema/TreeTransform.h
- test/Parser/cxx1z-constexpr-lambdas.cpp 0 additions, 31 deletionstest/Parser/cxx1z-constexpr-lambdas.cpp
- test/SemaCXX/cxx1z-constexpr-lambdas.cpp 0 additions, 36 deletionstest/SemaCXX/cxx1z-constexpr-lambdas.cpp
Loading
Please register or sign in to comment