argparse/tools
Sean Robinson 97204363b5 Refactor configuration for StaticAnalysis
Upstream StaticAnalysis looks to be changing for more flexibility with
source files to process.  While these changes may eventually benefit
argparse, the public interfaces are in flux and we need a stable tool.
argparse also needs a SA change which is not yet upstream.

Trying to run clang-tidy via StaticAnalysis on a single file in a
directory with many source file is not easy, so move the analysis kernel
to a location (i.e. tools) where it is the only C++ source file.

Another benefit is cppcheck no longer needs to be told to ignore the test
sources.

Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
2022-02-07 11:51:22 -07:00
..
build.bat Avoid use of cmd.exe in Travis 2020-05-12 22:42:57 -05:00
build.sh Avoid use of cmd.exe in Travis 2020-05-12 22:42:57 -05:00
CMakeLists.txt Refactor configuration for StaticAnalysis 2022-02-07 11:51:22 -07:00
static_analysis_setup.sh Refactor configuration for StaticAnalysis 2022-02-07 11:51:22 -07:00
tidy-base.cpp Refactor configuration for StaticAnalysis 2022-02-07 11:51:22 -07:00