llvm-project/clang-tools-extra/cpp11-migrate/LoopConvert
Edwin Vane 8581648838 lib-ified core cpp11-migrate functionality to support unit tests
Summary:
Transform.* and Transforms.* moved to form a new library: libmigrateCore.
#includes updated to point to new header locations.

To support autoconf build, Cpp11Migrate.cpp moved to new subdirectory 'tool'
which also contains build files for creating final binary.

CMake and autoconf updated to build the new library and link it with
cpp11-migrate and with cpp11-migrate unit tests.

Dummy unit tests replaced with simple, but real, tests for Transform's public
interface.

TODO: Lib-ifying the transforms to further simplify build of cpp11-migrate.
llvm-svn: 178785
2013-04-04 20:19:58 +00:00
..
LoopActions.cpp Improve loop convert's variable aliasing 2013-04-01 18:15:06 +00:00
LoopActions.h lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00
LoopConvert.cpp Added summary option to cpp11-migrate tool 2013-03-05 00:12:33 +00:00
LoopConvert.h lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00
LoopMatchers.cpp Have LoopConvert use 'auto &&' where necessary 2013-03-07 16:22:05 +00:00
LoopMatchers.h Have LoopConvert use 'auto &&' where necessary 2013-03-07 16:22:05 +00:00
StmtAncestor.cpp Extend loop variable naming checks 2013-03-08 14:15:18 +00:00
StmtAncestor.h Test commit: Remove whitespace. 2013-03-28 15:48:49 +00:00
VariableNaming.cpp Extend loop variable naming checks 2013-03-08 14:15:18 +00:00
VariableNaming.h Extend loop variable naming checks 2013-03-08 14:15:18 +00:00