summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/PseudoMemcheck
Commit message (Collapse)AuthorAgeFilesLines
* Add missing braces around statements.Daniel Pfeifer2016-06-101-5/+7
| | | | | Apply fixits of clang-tidy's readability-braces-around-statements checker.
* PseudoMemcheck: revise style with clang-format.Daniel Pfeifer2016-06-101-14/+8
| | | | | | Rename memtester.cxx.in to memtester.cxx, run clang-format, then restore the original name. Fix the @_retval@ placeholder that was broken by clang-format.
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-1/+1
| | | | | Run clang-tidy's readability-redundant-string-cstr checker. Ignore findings in kwsys.
* Merge branch 'backport-no-global-setlocale' into no-global-setlocaleBrad King2015-02-061-2/+0
| | | | Resolve conflict in Source/CMakeLists.txt by taking both changes.
* Tests: Move CTestTestMemcheck tools into Tests/CMakeLibBrad King2014-12-183-0/+123
The dummy memcheck tools we build for the RunCMake.CTestMemcheck tests require CMakeLib, so put them in a Tests/CMakeLib/PseudoMemcheck directory.