llvm-project/clang-tools-extra/cpp11-migrate/LoopConvert
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
..
LoopActions.cpp Use 'auto const&' for iterators whose deref operator return a const var 2013-05-09 17:46:20 +00:00
LoopActions.h Use 'auto const&' for iterators whose deref operator return a const var 2013-05-09 17:46:20 +00:00
LoopConvert.cpp cpp11-migrate: Transforms collect timing data. 2013-05-30 17:48:11 +00:00
LoopConvert.h cpp11-migrate: Transforms collect timing data. 2013-05-30 17:48:11 +00:00
LoopMatchers.cpp Transform for loops over pseudo-arrays only if begin/end members exist 2013-05-09 20:03:52 +00:00
LoopMatchers.h Use 'auto const&' for iterators whose deref operator return a const var 2013-05-09 17:46:20 +00:00
StmtAncestor.cpp Extend loop variable naming checks 2013-03-08 14:15:18 +00:00
StmtAncestor.h Test commit: Remove whitespace. 2013-03-28 15:48:49 +00:00
VariableNaming.cpp Extend loop variable naming checks 2013-03-08 14:15:18 +00:00
VariableNaming.h Extend loop variable naming checks 2013-03-08 14:15:18 +00:00