This revision was automatically updated to reflect the committed changes.
Closed by commit rL290208: Make a test use a specific C++ dialect (authored by
probinson).
Changed prior to commit:
https://reviews.llvm.org/D27956?vs=82020&id=82160#toc
Repository:
rL LLVM
https://reviews.llvm.org/D2
lenykholodov added a comment.
LGTM
https://reviews.llvm.org/D27956
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
probinson created this revision.
probinson added a reviewer: lenykholodov.
probinson added a subscriber: cfe-commits.
In this test, the allocas for the temps come out in a different order depending
on whether the dialect is C++03 or C++11. To avoid depending on the default
dialect, I forced it