[PATCH] D27794: Make some diagnostic tests C++11 clean
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 14 18:22:45 PST 2016
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 entirely sure about a couple of things:
- In fixit.cpp, the place that now gets 'expected unqualified-id' seems funny, but maybe that's just the nature of things
- In copy-assignment.cpp, I am bemused by the whole thing but especially 'passing argument to parameter here'
https://reviews.llvm.org/D27794
Files:
test/FixIt/fixit.cpp
test/OpenMP/teams_distribute_collapse_messages.cpp
test/OpenMP/teams_distribute_parallel_for_collapse_messages.cpp
test/OpenMP/teams_distribute_parallel_for_simd_collapse_messages.cpp
test/Parser/backtrack-off-by-one.cpp
test/SemaCXX/copy-assignment.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27794.81516.patch
Type: text/x-patch
Size: 14336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161215/111d2ab6/attachment-0001.bin>
More information about the cfe-commits
mailing list