This is an archive of the discontinued LLVM Phabricator instance.

Fixing test to work when the compiler defaults to a different C++ standard version
ClosedPublic

Authored by dyung on Jan 6 2017, 3:44 PM.

Details

Summary

This test as originally written fails when run with a compiler that defaults to a different C++ standard. This patch fixes up the test and adds testing it explicitly using c++98 and c++11.

Diff Detail

Repository
rL LLVM

Event Timeline

dyung updated this revision to Diff 83447.Jan 6 2017, 3:44 PM
dyung retitled this revision from to Fixing test to work when the compiler defaults to a different C++ standard version.
dyung updated this object.
dyung added a reviewer: ABataev.
dyung added a subscriber: cfe-commits.
ABataev accepted this revision.Jan 9 2017, 1:13 AM
ABataev edited edge metadata.

LG

This revision is now accepted and ready to land.Jan 9 2017, 1:13 AM
This revision was automatically updated to reflect the committed changes.