Android n mr1 preview 2
Disable clang-analyzer-* checks.

Clang-tidy's analyzer checks have segmentation fault.

Bug: 31559947
Test: make with WITH_TIDY=1 and WITH_TIDY_CHECKS=*
Change-Id: Ia2e65dab1bf71f15357cd976852a64a0d88f4ad5
1 file changed
tree: 8380b907bb6ce079de580e8f4a053cb2e4127f60
  1. 3rdparty/
  2. apps/
  3. cmake/
  4. data/
  5. doc/
  6. include/
  7. modules/
  8. opencv2/
  9. platforms/
  10. samples/
  11. Android.mk
  12. CMakeLists.txt
  13. cvconfig.h
  14. LICENSE
  15. MODULE_LICENSE_BSD
  16. NOTICE
  17. README.md
README.md

OpenCV: Open Source Computer Vision Library

Gittip

Resources

Contributing

Please read before starting work on a pull request: http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Summary of guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up “oops” commits before submitting;
  • Follow the coding style guide.