llvm-project/clang-tools-extra/cpp11-migrate/ReplaceAutoPtr
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
..
ReplaceAutoPtr.cpp cpp11-migrate: Tidying up 2013-07-08 12:17:37 +00:00
ReplaceAutoPtr.h cpp11-migrate: Tidying up 2013-07-08 12:17:37 +00:00
ReplaceAutoPtrActions.cpp cpp11-migrate: Tidying up 2013-07-08 12:17:37 +00:00
ReplaceAutoPtrActions.h cpp11-migrate: Tidying up 2013-07-08 12:17:37 +00:00
ReplaceAutoPtrMatchers.cpp Fix UseAuto not transforming iterator when non-fully qualifiers are used and 2013-07-15 15:37:05 +00:00
ReplaceAutoPtrMatchers.h cpp11-migrate: Tidying up 2013-07-08 12:17:37 +00:00