You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trompeloeil/compilation_errors
Bjorn Fahller d4122cb88c Improved compilation errors with expecation sig mismatch
Much shorter with clang++. Unfortunately longer with g++, but with better pin
pointing of the cause of the problem.
10 years ago
..
deathwatched_with_nonvirtual_destructor.cpp Meaningful message for nonvirtual destructor with deathwatched 11 years ago
expectation_with_unknown_func_name.cpp Improved compilation errors with expecation sig mismatch 10 years ago
expectation_with_wrong_cardinality.cpp Improved compilation errors with expecation sig mismatch 10 years ago
expectation_with_wrong_type.cpp Improved compilation errors with expecation sig mismatch 10 years ago
make_mock_with_wrong_cardinality.cpp Improved errmsg with MAKE_MOCKn with sig mismatch 10 years ago
missing_return_on_non_void_func.cpp simplified non-compiling test programs 11 years ago
multiple_late_return_on_non_void_func.cpp fixed irrelevant errors in non-compiling tests programs 11 years ago
multiple_limits.cpp Added missing semicolon in compilation error test 10 years ago
multiple_return_on_non_void_func.cpp simplified non-compiling test programs 11 years ago
multiple_sequences.cpp simplified non-compiling test programs 11 years ago
multiple_throws.cpp simplified non-compiling test programs 11 years ago
negative_limit_interval_first.cpp simplified non-compiling test programs 11 years ago
negative_limit_interval_second.cpp simplified non-compiling test programs 11 years ago
return_address_of_illegal_argument.cpp Better compilation errors for illegal args 11 years ago
return_and_throw.cpp simplified non-compiling test programs 11 years ago
return_first_from_void_func.cpp fixed irrelevant errors in non-compiling tests programs 11 years ago
return_illegal_argument.cpp Better compilation errors for illegal args 11 years ago
return_on_forbidden_call.cpp compilation error on RETURN for FORBIDDEN_CALL 11 years ago
return_second_from_void_func.cpp fixed irrelevant errors in non-compiling tests programs 11 years ago
return_wrong_type_first.cpp fixed irrelevant errors in non-compiling tests programs 11 years ago
return_wrong_type_second.cpp fixed irrelevant errors in non-compiling tests programs 11 years ago
side_effect_on_forbidden_call.cpp Produce only desired compilation error 10 years ago
throw_and_return.cpp simplified non-compiling test programs 11 years ago
times_0_after_return.cpp compilation error on TIMES(0) with RETURN or THROW 11 years ago
times_0_after_side_effect.cpp compilation errors for side effects on forbidden calls 11 years ago
times_0_after_throw.cpp compilation error on TIMES(0) with RETURN or THROW 11 years ago
use_illegal_argument.cpp Better compilation errors for illegal args 11 years ago