summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/cpp11-migrate
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support to read include/exclude paths from fileEdwin Vane2013-05-028-7/+81
| | | | | | | | | | | | | | 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
* Adding support for -include/-exclude to cpp11-migrateEdwin Vane2013-04-153-2/+32
| | | | | | | | | | | 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
* Committing change left out of r178900Edwin Vane2013-04-051-1/+1
| | | | llvm-svn: 178902
* Updating cpp11-migrate unit testsEdwin Vane2013-04-054-7/+58
| | | | | | | | With the lib-ification of cpp11-migrate, real unit tests can be written. Replacing dummy tests with some simple tests for the Transform public interface. llvm-svn: 178900
* Unit test support for Clang extra toolsEdwin Vane2013-04-033-0/+41
Added support to CMake and autoconf for unit tests in clang-tools-extra. A dummy test exists for now until more meaningful tests can be written. llvm-svn: 178661
OpenPOWER on IntegriCloud