..
cfg
Fix&cheat to make config test pass on cygwin
2017-05-03 11:41:37 +02:00
synthetic
Improve Python code
2017-06-05 13:23:00 +02:00
CMakeLists.txt
Fixed #7660 (cmake build does not handle simplecpp)
2016-08-06 18:21:54 +02:00
options.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
options.h
testrunner: remove non-gcc-style output format
2017-02-26 21:39:06 +01:00
redirect.h
iwyu - include what you use
2017-05-27 04:33:47 +02:00
test.cxx
test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:40 +02:00
test64bit.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testassert.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testastutils.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testautovariables.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testbool.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testboost.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testbufferoverrun.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testcharvar.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testclass.cpp
Don't cast bool to bool
2017-06-01 01:49:40 +03:00
testcmdlineparser.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testcondition.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testconstructors.cpp
Added test cases for catching when assignment comes after an operator, compound assignment, or comparison for ticket #7429 and fixed the tests.
2017-05-28 16:00:06 +02:00
testcppcheck.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testerrorlogger.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testexceptionsafety.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testfilelister.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testfiles.pri
Fixed #7177 (Support compile_commands.json)
2016-08-13 10:50:03 +02:00
testfunctions.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testgarbage.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testimportproject.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testincompletestatement.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testinternal.cpp
Spelling fixes
2017-05-30 08:03:15 +03:00
testio.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testleakautovar.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testlibrary.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testmathlib.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testmemleak.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testnullpointer.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testoptions.cpp
testrunner: remove non-gcc-style output format
2017-02-26 21:39:06 +01:00
testother.cpp
Set struct size cutoff in passedByValue check to 2*sizeof_pointer
2017-06-06 08:48:11 +02:00
testpath.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testpathmatch.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testpostfixoperator.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testpreprocessor.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testrunner.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testrunner.vcxproj
Updated Visual Studio solution to VS2017.
2017-05-14 10:04:25 +02:00
testrunner.vcxproj.filters
Fixed Visual Studio build after pathmatch.h/cpp was moved to lib, fixed compiler errors about getcwd
2016-10-02 15:48:03 +02:00
testsamples.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testsimplifytemplate.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testsimplifytokens.cpp
astyle formatting
2017-05-28 15:56:26 +02:00
testsimplifytypedef.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testsizeof.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
teststl.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
teststring.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testsuite.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testsuite.h
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testsuppressions.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testsymboldatabase.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testthreadexecutor.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testtimer.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testtoken.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testtokenize.cpp
Fixed #7724 (hang: long expression => wrong AST)
2017-06-04 12:16:49 +02:00
testtokenlist.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testtype.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testuninitvar.cpp
Fixed #8039 (Tokenizer: wrong simplification of string)
2017-06-01 22:21:02 +02:00
testunusedfunctions.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testunusedprivfunc.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testunusedvar.cpp
Fixed #7092 (Invalid style error: Variable not assigned a value)
2017-06-03 15:31:29 +02:00
testutils.h
Update copyright year to 2007-2016.
2016-01-01 15:34:45 +02:00
testvaarg.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00
testvalueflow.cpp
Fixed #7795 (ValueFlow: Value is not known after conditional increment )
2017-06-01 15:16:07 +02:00
testvarid.cpp
iwyu - include what you use
2017-05-27 04:33:47 +02:00