aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/2 cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D1-1/+1
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and ↵Michael Hirsch, Ph.D1-1/+1
-fimplicit-none on fortran Fortran: check for undeclared variables by forcing implicit none everywhere C/C++: check for unused parameters and return types removed unused variables from test cases ci: do missing return and unused arg check with Github Actions
2019-08-23Add tests for sources that are disablers.James Hilliard1-0/+12
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
2019-08-12Add is_disabler functionJames Hilliard1-0/+10
This is useful if one needs to check if a variable is a disabler. Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
2019-05-10test cases: Add ICL branches in addition to ICC branchesDylan Baker1-1/+4
2017-01-04icc: Fix C/C++ std options and add a unit test for themNirbheek Chauhan1-0/+6
Compiler versions 15.0 and later actually ignore invalid values for the -std= option unless `-diag-error 10159` is passed, so we need to put that in the unit test. I have tested this with versions 14.0.3, 15.0.6, 16.0.4, and 17.0.1. Would be great if someone could test with 13.x.y
2014-04-25Can specify extra files that show up in IDEs as parts of a target.Jussi Pakkanen2-1/+2
2013-06-05Finished renaming.Jussi Pakkanen2-0/+9