llvm-project/clang-tools-extra/clang-modernize
Yaron Keren 452670165c Replace some const std::string & with llvm::StringRef or std::string
and std::move to avoid implicit std::string construction.

Patch by Eugene Kosov.

llvm-svn: 241330
2015-07-03 09:16:20 +00:00
..
AddOverride Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 07:59:33 +00:00
Core Update to match clang r236404. 2015-05-04 03:15:55 +00:00
LoopConvert Replace some const std::string & with llvm::StringRef or std::string 2015-07-03 09:16:20 +00:00
PassByValue Remove redundant virtual from member functions marked 'override'. 2015-04-08 17:00:56 +00:00
ReplaceAutoPtr Remove redundant virtual from member functions marked 'override'. 2015-04-08 17:00:56 +00:00
UseAuto Remove redundant virtual from member functions marked 'override'. 2015-04-08 17:00:56 +00:00
UseNullptr Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 07:59:33 +00:00
tool Make helpers static. clang-tools edition. 2015-03-23 12:49:15 +00:00
CMakeLists.txt clang-modernize: Apply replacements using clang-apply-replacements 2013-10-05 12:15:58 +00:00
Makefile