llvm-project/clang-tools-extra/clang-modernize/LoopConvert
Craig Topper 8f70a9f892 SourceRanges are small and trivially copyable, don't them by reference. NFC
llvm-svn: 249258
2015-10-04 04:53:37 +00:00
..
LoopActions.cpp SourceRanges are small and trivially copyable, don't them by reference. NFC 2015-10-04 04:53:37 +00:00
LoopActions.h Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 07:59:33 +00:00
LoopConvert.cpp Make helpers static. clang-tools edition. 2015-03-23 12:49:15 +00:00
LoopConvert.h Remove redundant virtual from member functions marked 'override'. 2015-04-08 17:00:56 +00:00
LoopMatchers.cpp 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
LoopMatchers.h
StmtAncestor.cpp [C++11] Use 'nullptr'. 2014-06-09 02:03:06 +00:00
StmtAncestor.h Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots. 2015-07-03 09:30:33 +00:00
VariableNaming.cpp [C++11] Use 'nullptr'. 2014-06-09 02:03:06 +00:00
VariableNaming.h