constexpr function substitution:
Track the function invocation where an lvalue referring to a constexpr function parameter originated from, and use it to substitute the correct argument and to determine whether such an argument's lifetime has ended. llvm-svn: 143296
Showing
- clang/include/clang/AST/APValue.h 4 additions, 1 deletionclang/include/clang/AST/APValue.h
- clang/lib/AST/APValue.cpp 3 additions, 4 deletionsclang/lib/AST/APValue.cpp
- clang/lib/AST/ExprConstant.cpp 182 additions, 116 deletionsclang/lib/AST/ExprConstant.cpp
- clang/test/SemaCXX/constant-expression-cxx11.cpp 31 additions, 3 deletionsclang/test/SemaCXX/constant-expression-cxx11.cpp
Loading
Please register or sign in to comment