llvm-project/clang-tools-extra/test
Edwin Vane dde168b8b5 Port loop-convert into cpp11-migrate
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
2013-01-04 18:25:18 +00:00
..
cpp11-migrate Port loop-convert into cpp11-migrate 2013-01-04 18:25:18 +00:00
loop-convert Fix tests to be more robust (to older versions of grep, lesser lit-like test runners, etc) 2012-08-31 17:49:33 +00:00
remove-cstr-calls Following the example from loop-convert tests, simplifying the remove-cstr-calls lit script. 2012-11-05 18:28:45 +00:00
CMakeLists.txt Initial commit for cpp11-migrate tool 2012-12-12 14:30:57 +00:00
Makefile Reverted to correct commit this time. 2012-08-24 23:29:33 +00:00
lit.cfg Fix typo in a comment in lit.cfg 2012-09-12 16:29:37 +00:00
lit.site.cfg.in Add a root CMakeLists.txt and fix up all the test build stuff. 2012-08-07 08:33:04 +00:00