hanchenye-llvm-project/clang-tools-extra/test
Ariel J. Bernal 601858aed7 Fix UseAuto not transforming iterator when non-fully qualifiers are used and
using inline namespaces is specified.

UseAuto used to fail to transform iterators when using inline namespaces and
non-fully qualified types, relying on a using directive previously declared.
- This fix uses the already define isFromStdNamespace matcher.
- Fixed tests and added a new test using inline namespaces.
- Added CustomMatchers to reuse common matchers among transforms.

llvm-svn: 186327
2013-07-15 15:37:05 +00:00
..
Unit Add support to read include/exclude paths from file 2013-05-02 19:02:02 +00:00
cpp11-migrate Fix UseAuto not transforming iterator when non-fully qualifiers are used and 2013-07-15 15:37:05 +00:00
modularize Add 'not' to commands that are expected to fail. 2013-07-04 16:28:28 +00:00
remove-cstr-calls Fix a remove-cstr-calls test that fails checking of the produced code. 2013-06-19 15:43:40 +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