osrm-backend/scripts
Daniel J. Hofmann 9deadc1371 Static analysis: integration with the Static Analyzer.
This provides a wrapper script to invoke the Static Analyzer on the code
base. The script simply wraps your commands, that is you have to do the
following:

    ..scripts/analyze cmake ..
    ..scripts/analyze cmake --build .

Note: the Static Analyzer is integrated in Xcode, so if you are on a
Mac, consider using Xcode natively instead of this wrapper script that
will only give you HTML output.

Reference:

- http://clang-analyzer.llvm.org/
2015-09-22 17:32:32 +02:00
..
analyze.sh Static analysis: integration with the Static Analyzer. 2015-09-22 17:32:32 +02:00
bisect_cucumber.sh Script for fully automated test bisecting. 2015-09-16 19:13:31 +02:00
modernize.sh Integration scripts for Clang's Modernize and Tidy tool. 2015-09-22 17:32:32 +02:00
tidy.sh Integration scripts for Clang's Modernize and Tidy tool. 2015-09-22 17:32:32 +02:00
update_depdendencies.sh Integration scripts for Clang's Modernize and Tidy tool. 2015-09-22 17:32:32 +02:00