summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/cpp11-migrate/no_xform.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cpp11-migrate: Add -for-compilers command line switch.Guillaume Papin2013-07-291-6/+0
| | | | | | | | | This change add a new option command line option -for-compilers that allows the user to enable multiple transforms automatically. Another difference is that now all transforms are enabled by default. llvm-svn: 187360
* Turned no_xform into a pass from expected failure.Edwin Vane2013-03-081-2/+1
| | | | | | | Since no_xform is not a bug to be fixed, made the test pass using the 'not' utility and removed XFAIL. llvm-svn: 176709
* Drop "REQUIRES:shell" in tests. They can run on win32.NAKAMURA Takumi2013-01-251-1/+0
| | | | llvm-svn: 173415
* Port loop-convert into cpp11-migrateEdwin Vane2013-01-041-0/+8
Took existing code from loop-convert tool and made it into a cpp11-migrate transform. Pattern now set for having transform code in subdirectories. Related changes: - Makefile and CMakeLists.txt updated to support source files in subdirectories. - At least one transform must be specified. syntax-only tests removed to reflect this. - TODO: port over loop-convert tests. Reviewers: klimek, silvas llvm-svn: 171481
OpenPOWER on IntegriCloud