llvm-project/clang-tools-extra/cpp11-migrate
Edwin Vane 83a38b5c15 Adding support for -include/-exclude to cpp11-migrate
This commit adds initial support for the -include/-exclude options which are
both currently marked as hidden. This support is the first step toward
supporting transformations in headers included from source files.

Added unittests to test include/exclude support.

Author: Jack Yang <jack.yang@intel.com>
llvm-svn: 179528
2013-04-15 14:50:35 +00:00
..
AddOverride Adding the AddOverride transform for cpp11-migrate 2013-04-09 20:49:49 +00:00
Core Adding support for -include/-exclude to cpp11-migrate 2013-04-15 14:50:35 +00:00
LoopConvert lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00
UseAuto lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00
UseNullptr Fix UseNullptr fails to replace c-style explicit cast in a return statement 2013-04-09 16:54:56 +00:00
tool Adding support for -include/-exclude to cpp11-migrate 2013-04-15 14:50:35 +00:00
CMakeLists.txt lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00
Makefile lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00