Skip to content
Commit 254a73d6 authored by Richard Smith's avatar Richard Smith
Browse files

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
parent d1f1b79b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment