llvm-project/clang-tools-extra/clang-modernize
Craig Topper 18929c5069 Pass SourceLocation by value instead of by const reference since its just a 32-bit integer. NFC
llvm-svn: 248139
2015-09-21 01:33:03 +00:00
..
AddOverride Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang. 2015-09-17 13:31:25 +00:00
Core Pass SourceLocation by value instead of by const reference since its just a 32-bit integer. NFC 2015-09-21 01:33:03 +00:00
LoopConvert Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang. 2015-09-17 13:31:25 +00:00
PassByValue Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang. 2015-09-17 13:31:25 +00:00
ReplaceAutoPtr Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang. 2015-09-17 13:31:25 +00:00
UseAuto Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang. 2015-09-17 13:31:25 +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