Initial commit for cpp11-migrate tool
authorEdwin Vane <edwin.vane@intel.com>
Wed, 12 Dec 2012 14:30:57 +0000 (14:30 +0000)
committerEdwin Vane <edwin.vane@intel.com>
Wed, 12 Dec 2012 14:30:57 +0000 (14:30 +0000)
commit9bd2e1bacc5455ebcf93aad3cf564ff88cabca96
treee821402d406686548f208406b55dded05c12919c
parentc219f6c77778ae2485e8fe3c69e2645e9d703367
Initial commit for cpp11-migrate tool

- Added directory structures and build system files for the new tool.
- Extremely basic implementation of tool performs only an initial syntax check.
- Basic tests ensure syntax test works as expected.

llvm-svn: 169983
clang-tools-extra/CMakeLists.txt
clang-tools-extra/cpp11-migrate/CMakeLists.txt [new file with mode: 0644]
clang-tools-extra/cpp11-migrate/Cpp11Migrate.cpp [new file with mode: 0644]
clang-tools-extra/cpp11-migrate/Makefile [new file with mode: 0644]
clang-tools-extra/test/CMakeLists.txt
clang-tools-extra/test/cpp11-migrate/syntax_only.cpp [new file with mode: 0644]
clang-tools-extra/test/cpp11-migrate/syntax_xfail.cpp [new file with mode: 0644]