CMake/Tests/CMakeLib
Daniel Pfeifer 618fb23fc9 Pass arguments that are not modified as const&.
Use clang-tidy's performance-unnecessary-value-param checker to find
value parameter declarations of expensive to copy types that are not
modified inside the function.  Ignore findings in kwsys.
After applying the fix-its, manually change `const T&` to `T const&`.
2016-05-26 21:58:51 +02:00
..
PseudoMemcheck Merge branch 'backport-no-global-setlocale' into no-global-setlocale 2015-02-06 13:35:21 -05:00
testVisualStudioSlnParser_data VS: Create parser for Visual Studio .sln files 2013-04-12 11:35:35 -04:00
CMakeLists.txt Tests: Move CTestTestMemcheck tools into Tests/CMakeLib 2014-12-18 10:12:16 -05:00
run_compile_commands.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
testGeneratedFileStream.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
testRST.cxx Pass arguments that are not modified as const&. 2016-05-26 21:58:51 +02:00
testRST.expect cmRST: Add support for the note and productionlist directives 2013-10-30 10:26:29 -04:00
testRST.rst cmRST: Add support for the note and productionlist directives 2013-10-30 10:26:29 -04:00
testRSTinclude1.rst Add class cmRST to do basic reStructuredText processing 2013-10-16 09:22:35 -04:00
testRSTinclude2.rst Add class cmRST to do basic reStructuredText processing 2013-10-16 09:22:35 -04:00
testRSTmod.cmake cmRST: Teach cmake-module directive to scan bracket comments 2013-10-23 09:36:00 -04:00
testRSTtoc1.rst Add class cmRST to do basic reStructuredText processing 2013-10-16 09:22:35 -04:00
testRSTtoc2.rst Add class cmRST to do basic reStructuredText processing 2013-10-16 09:22:35 -04:00
testSystemTools.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
testUTF8.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
testVisualStudioSlnParser.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
testVisualStudioSlnParser.h.in VS: Create parser for Visual Studio .sln files 2013-04-12 11:35:35 -04:00
testXMLParser.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
testXMLParser.h.in Create CMakeLib test driver and test cmXMLParser 2009-12-08 11:44:50 -05:00
testXMLParser.xml Create CMakeLib test driver and test cmXMLParser 2009-12-08 11:44:50 -05:00
testXMLSafe.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00