This revision was automatically updated to reflect the committed changes.
Closed by commit rL290262: Make some diagnostic tests C++11 clean. (authored by
probinson).
Changed prior to commit:
https://reviews.llvm.org/D27794?vs=81977&id=82248#toc
Repository:
rL LLVM
https://reviews.llvm.org/D
probinson marked an inline comment as done.
probinson added a comment.
FIXME added.
https://reviews.llvm.org/D27794
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
Everything here looks good to me.
Comment at: test/FixIt/fixit.cpp:28
+// In C++11 this gets 'expected unqualified-id' which fixit can't fix.
+#if __cplusplus < 201103L
-
probinson added a reviewer: rnk.
probinson updated this revision to Diff 81977.
probinson added a comment.
Remove the OpenMP tests from this review (committed in r290128).
+rnk who added test/Parser/backtrack-off-by-one.cpp originally.
https://reviews.llvm.org/D27794
Files:
test/FixIt/fixit.
ABataev added a comment.
LG for OpenMP part
https://reviews.llvm.org/D27794
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
probinson added a reviewer: ABataev.
probinson added a comment.
+abataev for OpenMP.
https://reviews.llvm.org/D27794
___
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: rsmith.
probinson added subscribers: cfe-commits, tigerleapgorge.
Another half-dozen test revisions in the ongoing campaign to make things ready
for C++11 as Clangs's default dialect.
Most of these are straightforward, but I am not ent