hanchenye-llvm-project/clang-tools-extra/test/cpp11-migrate
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
..
AddOverride cpp11-migrate: Add option to detect and use macros that expand to 'override' 2013-05-31 13:20:24 +00:00
Combined Extend loop variable naming checks 2013-03-08 14:15:18 +00:00
LoopConvert Transform for loops over pseudo-arrays only if begin/end members exist 2013-05-09 20:03:52 +00:00
ReplaceAutoPtr cpp11-migrate: Add Replace-AutoPtr Transform 2013-07-03 13:21:24 +00:00
UseAuto Fix UseAuto not transforming iterator when non-fully qualifiers are used and 2013-07-15 15:37:05 +00:00
UseNullptr cpp11-migrate: Transforms honour header modification flag 2013-06-18 15:44:58 +00:00
no_xform.cpp Turned no_xform into a pass from expected failure. 2013-03-08 18:39:07 +00:00