llvm-project/clang-tools-extra/cpp11-migrate/UseNullptr
Edwin Vane b76a13eb4e cpp11-migrate: Transforms collect timing data.
Using updated form of newFrontendActionFactory(), Transforms now automatically
measure, if requested, how long it takes to apply a MatchFinder to a source
file. Other per-transform overhead, e.g. applying replacements, is not
currently measured. This behaviour is disabled for now and soon will be
connected to a new command line arg.

llvm-svn: 182942
2013-05-30 17:48:11 +00:00
..
NullptrActions.cpp cpp11-migrate: Check for valid NULL macros from macro arg expansions 2013-05-16 14:55:05 +00:00
NullptrActions.h lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00
NullptrMatchers.cpp Fix UseNullptr fails to replace explict casts surrounded by another implicit 2013-04-05 20:32:36 +00:00
NullptrMatchers.h Refactor Usenullptr matcher to avoid duplication 2013-04-01 20:09:29 +00:00
UseNullptr.cpp cpp11-migrate: Transforms collect timing data. 2013-05-30 17:48:11 +00:00
UseNullptr.h cpp11-migrate: Transforms collect timing data. 2013-05-30 17:48:11 +00:00