Confirmed users
709
edits
(more information) |
|||
Line 214: | Line 214: | ||
! Sylvestre | ! Sylvestre | ||
! same | ! same | ||
! | ! This project aims to evaluate and integrate more static analysis for Javascript code into some key sections of the Firefox code. We will focus on deploying [https://github.com/facebook/flow FLOW] on some part of the code as a proof of concept. Depending on the results, this will be extended to more components and/or integration in the developer workflow. | ||
|- | |- | ||
! C++ static analysis | ! C++ static analysis | ||
Line 221: | Line 221: | ||
! Sylvestre | ! Sylvestre | ||
! Andi | ! Andi | ||
! | ! In order to tackle issues during the development phase, Mozilla wrote a [https://hg.mozilla.org/mozilla-central/file/tip/build/clang-plugin bunch of static analyzers checkers] based on [http://clang.llvm.org/extra/clang-tidy/ clang-tidy]. In this project, we will focus on writing more checkers (either generic to C/C++ or specific to Gecko programming patterns). | ||
|- | |- | ||
! JSON in Sqlite | ! JSON in Sqlite |