llvm-project/clang-tools-extra/clang-tidy/utils
Manuel Klimek 5fdd843d14 Make isExpensiveToCopy() tri-state.
This allows returning "don't know" for dependent types.

llvm-svn: 251103
2015-10-23 10:00:50 +00:00
..
CMakeLists.txt Improved the misc-move-constructor-init check to identify arguments that are passed by value but copy assigned to class data members when the non-deleted move constructor is a better fit. 2015-10-06 16:27:03 +00:00
HeaderGuard.cpp [clang-tidy] Don't duplicate the leading slash. 2015-07-27 13:07:50 +00:00
HeaderGuard.h [clang-tidy] Update docs for clang-tidy checks. NFC 2015-08-27 18:01:58 +00:00
IncludeInserter.cpp Revert "Apply modernize-use-default to clang-tools-extra." 2015-10-20 21:45:52 +00:00
IncludeInserter.h [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/ 2015-08-14 14:31:31 +00:00
IncludeSorter.cpp Improved the misc-move-constructor-init check to identify arguments that are passed by value but copy assigned to class data members when the non-deleted move constructor is a better fit. 2015-10-06 16:27:03 +00:00
IncludeSorter.h Improved the misc-move-constructor-init check to identify arguments that are passed by value but copy assigned to class data members when the non-deleted move constructor is a better fit. 2015-10-06 16:27:03 +00:00
Makefile
Matchers.h Make isExpensiveToCopy() tri-state. 2015-10-23 10:00:50 +00:00
TypeTraits.cpp Make isExpensiveToCopy() tri-state. 2015-10-23 10:00:50 +00:00
TypeTraits.h Make isExpensiveToCopy() tri-state. 2015-10-23 10:00:50 +00:00