hanchenye-llvm-project/clang-tools-extra/clang-tidy/misc
Chandler Carruth 3cbd71c03b [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.py
No functionality changed, this is just a mechanical cleanup to keep the
order of #include lines consistent across the project.

llvm-svn: 225976
2015-01-14 11:24:38 +00:00
..
ArgumentCommentCheck.cpp Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
ArgumentCommentCheck.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
BoolPointerImplicitConversion.cpp
BoolPointerImplicitConversion.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
CMakeLists.txt [clang-tidy] Add clang-tidy check for unique_ptr's reset+release -> move 2014-12-05 11:59:05 +00:00
Makefile
MiscTidyModule.cpp [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.py 2015-01-14 11:24:38 +00:00
SwappedArgumentsCheck.cpp
SwappedArgumentsCheck.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
UndelegatedConstructor.cpp
UndelegatedConstructor.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
UniqueptrResetRelease.cpp [clang-tidy] Add clang-tidy check for unique_ptr's reset+release -> move 2014-12-05 11:59:05 +00:00
UniqueptrResetRelease.h [clang-tidy] Add clang-tidy check for unique_ptr's reset+release -> move 2014-12-05 11:59:05 +00:00
UnusedRAII.cpp
UnusedRAII.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
UseOverride.cpp clang-tidy: [misc-use-override] Fix 'override' insertion. 2015-01-09 13:56:35 +00:00
UseOverride.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00