cpp11-migrate: Fix build break on Windows introduced in r187041.
authorGuillaume Papin <guillaume.papin@epitech.eu>
Wed, 24 Jul 2013 15:35:24 +0000 (15:35 +0000)
committerGuillaume Papin <guillaume.papin@epitech.eu>
Wed, 24 Jul 2013 15:35:24 +0000 (15:35 +0000)
commit91b568a31fe0daf6751fc74d0ab52a4c6cd6f643
tree663d851631962080c206711cefc06e647e1d774d
parent8bf4435196cf1ceb951071ff5b0aa3b14f16e2d5
cpp11-migrate: Fix build break on Windows introduced in r187041.

r187041 changed the way the transform are created and the order the transformed
are applied "may" have changed as well (no specific constraints exist on the
order). This produced a test failure on the Windows buildbot.

Now the test use -std=c++11, so 'nullptr' is defined and the test is not anymore
dependent on the order the transforms are applied.

llvm-svn: 187048
clang-tools-extra/test/cpp11-migrate/Combined/combined.cpp