mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
clang-tidy needs compile_commands.json to generate a set of source files to parse. tidy-base is not built but is used as a source file in which included headers can be parsed. Without this process, clang-tidy will process many other source files (e.g. doctest.hpp) that we do not want to worry about. Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
5 lines
77 B
C++
5 lines
77 B
C++
|
|
#include "argparse/argparse.hpp"
|
|
|
|
int main(int argc, const char* argv[]) {}
|