Initial support for C++11 constexpr function invocation substitution. Using
constexpr function arguments outside of their function (passing or returning them by reference) does not work correctly yet. Calling constexpr function templates does not work yet, since the bodies are not instantiated until the end of the translation unit. llvm-svn: 143234
Loading
Please register or sign in to comment