aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-constexpr-const.cpp
AgeCommit message (Expand)Author
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-03-20Only objects are declared const by a constexpr specifier, per C++0x [dcl.cons...Peter Collingbourne