suppressions.txt 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. // StarPU --- Runtime system for heterogeneous multicore architectures.
  2. //
  3. // Copyright (C) 2017 CNRS
  4. //
  5. // StarPU is free software; you can redistribute it and/or modify
  6. // it under the terms of the GNU Lesser General Public License as published by
  7. // the Free Software Foundation; either version 2.1 of the License, or (at
  8. // your option) any later version.
  9. //
  10. // StarPU is distributed in the hope that it will be useful, but
  11. // WITHOUT ANY WARRANTY; without even the implied warranty of
  12. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. //
  14. // See the GNU Lesser General Public License in COPYING.LGPL for more details.
  15. memleakOnRealloc
  16. knownConditionTrueFalse
  17. variableScope
  18. unusedStructMember
  19. ConfigurationNotChecked
  20. *:tools/dev/*
  21. *:starpufft/*
  22. *:min-dgels/*
  23. *:starpu-top/*
  24. *:socl/src/CL/*
  25. // TODO. We should cppcheck the code
  26. *:sc_hypervisor/*
  27. varFuncNullUB:examples/sched_ctx/two_cpu_contexts.c:76
  28. negativeIndex:examples/stencil/stencil-tasks.c:200
  29. negativeIndex:examples/stencil/stencil-tasks.c:203
  30. constStatement:examples/stencil/*
  31. unreadVariable:tests/openmp/*
  32. unusedLabel:tests/datawizard/gpu_register.c
  33. unusedLabel:tests/datawizard/gpu_ptr_register.c
  34. redundantAssignment:tests/datawizard/interfaces/test_interfaces.c:752
  35. redundantAssignment:tests/datawizard/mpi_like_async.c:165
  36. redundantAssignment:tests/datawizard/mpi_like_async.c:211
  37. unusedPrivateFunction:tests/main/combined_workers/bfs/timer.h:45
  38. redundantAssignment:tests/main/driver_api/init_run_deinit.c
  39. redundantAssignment:tests/main/driver_api/run_driver.c
  40. uselessAssignmentPtrArg:mpi/src/starpu_mpi.c:171
  41. unreadVariable:mpi/src/starpu_mpi.c:950
  42. redundantAssignment:src/core/workers.c
  43. invalidPointerCast:src/core/perfmodel/perfmodel_nan.c:74
  44. unreadVariable:src/core/dependencies/tags.c:111
  45. uselessAssignmentPtrArg:src/core/sched_ctx_list.c:144
  46. unusedStructMember:src/core/perfmodel/perfmodel_bus.c:62
  47. unusedStructMember:src/core/perfmodel/perfmodel_bus.c:63
  48. unusedStructMember:src/core/perfmodel/perfmodel_bus.c:64
  49. unusedStructMember:src/core/perfmodel/perfmodel_bus.c:65
  50. unusedStructMember:src/core/perfmodel/perfmodel_bus.c:66
  51. unusedStructMember:src/core/simgrid.c:225
  52. unusedStructMember:src/core/simgrid.c:226
  53. wrongPrintfScanfArgNum:src/core/simgrid.c:862
  54. duplicateExpression:src/util/starpu_task_insert.c:52
  55. // TODO: this could be an error?
  56. redundantCopy:src/core/disk_ops/disk_leveldb.cpp:194
  57. nullPointerRedundantCheck:src/common/rbtree.c
  58. unreadVariable:src/datawizard/interfaces/*
  59. unreadVariable:src/drivers/driver_common/driver_common.c:492
  60. clarifyCondition:src/drivers/opencl/driver_opencl.c:945
  61. unreadVariable:src/drivers/opencl/driver_opencl.c:767
  62. clarifyCondition:src/drivers/cuda/driver_cuda.c:498
  63. arithOperationsOnVoidPointer:src/drivers/scc/*
  64. nullPointerRedundantCheck:src/sched_policies/deque_modeling_policy_data_aware.c:198
  65. sizeofDereferencedVoidPointer:src/util/fstarpu.c
  66. allocaCalled:gcc-plugin/src/*
  67. unusedVariable:gcc-plugin/tests/*
  68. unreadVariable:gcc-plugin/tests/*
  69. duplicateExpression:gcc-plugin/src/*
  70. negativeIndex:gcc-plugin/src/*
  71. pointerSize:socl/src/cl_getcontextinfo.c:33