forked from OSchip/llvm-project
601858aed7
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 |
||
---|---|---|
.. | ||
Inputs | ||
basic_iterator_tests.cpp | ||
iterator.cpp | ||
new.cpp | ||
new_cv_failing.cpp |