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

C++1y constexpr extensions, round 1: Allow most forms of declaration and

statement in constexpr functions. Everything which doesn't require variable
mutation is also allowed as an extension in C++11. 'void' becomes a literal
type to support constexpr functions which return 'void'.

llvm-svn: 180022
parent 7dcc5583
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