tigerleapgorge closed this revision.
tigerleapgorge added a comment.
Patch committed @r265982.
http://reviews.llvm.org/D18879
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: lcharles
Date: Mon Apr 11 14:30:25 2016
New Revision: 265982
URL: http://llvm.org/viewvc/llvm-project?rev=265982&view=rev
Log:
Lit C++11 Compatibility Patch #6
Updated the expected diagnostics of 17 OpenMP tests.
The changes to each test are identical.
Modified:
cfe/trunk/
tigerleapgorge created this revision.
tigerleapgorge added a reviewer: rsmith.
tigerleapgorge added a subscriber: cfe-commits.
17 OpenMP tests have their expected diagnostics updated.
The changes to each file are identical.
http://reviews.llvm.org/D18879
Files:
test/OpenMP/for_collapse_message
Hello Everyone,
Here is the 6th Lit tests C++11 compatibility patch. It is super simple this
time.
17 OpenMP tests have their expected diagnostics updated. The changes to each
file are identical.
C++11 has expanded diagnostics when an expression is not an integral constant
expression.
C++11