hanchenye-llvm-project/clang-tools-extra/test
Edwin Vane c049c92933 Add support to read include/exclude paths from file
Files containing the list of paths to be included and excluded can now be
specified through -include-from=<filename> and -exclude-from=<filename> command
line options in cpp11-migrate.

Added support for data files for cpp11-migrate unittests. The Cpp11MigrateTests
executable just requires a DATADIR environment variable to be set which
specifies the directory where data files are stored. This is handled
automatically when using LIT.

Author: Jack Yang <jack.yang@intel.com>, Edwin Vane <edwin.vane@intel.com>
llvm-svn: 180939
2013-05-02 19:02:02 +00:00
..
Unit Add support to read include/exclude paths from file 2013-05-02 19:02:02 +00:00
cpp11-migrate Adding the AddOverride transform for cpp11-migrate 2013-04-09 20:49:49 +00:00
modularize modularize - revised to group duplicate symbols together in the error output. 2013-03-28 01:20:19 +00:00
remove-cstr-calls test/remove-cstr-calls/basic.cpp: Disable again on mingw. It behaves unstable. 2013-01-26 06:39:48 +00:00
CMakeLists.txt Unit test support for Clang extra tools 2013-04-03 15:11:08 +00:00
Makefile Unit test support for Clang extra tools 2013-04-03 15:11:08 +00:00
lit.cfg Revised per review comments to rename test files and rearrange input files. 2013-03-26 18:17:28 +00:00
lit.site.cfg.in Switch from autogenerating tests to using the preprocessor. 2013-03-07 10:09:47 +00:00