fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

#136 Auto-generate a helper source file for the clang-tidy tool #139

Closed fktn-k closed 1 year ago

fktn-k commented 1 year ago

With increase in the number of library source files, it has been more and more difficult to properly maintain clang_tidy_helper.hpp file.
To decrease such an issue, the helper file has changed to be auto-generated depending on the existing .hpp files under include directory.