Closed arkhaix closed 4 years ago
https://github.com/grailbio/bazel-compilation-database Generating a compilation database without cmake is not well supported, but this link seems to work.
I don't like the changes suggested by modernize-use-auto, so those will not be committed.
This ticket is too broad. I'll be breaking it down into smaller issues, starting with #41.
clang-tidy exists, and this project needs it.
I originally wrote Emunisce using C++03. I never really got around to utilizing most of the new tools in C++11. Nowadays, C++14 and C++17 are here, and I know almost nothing about them. Running clang-tidy's modernizer should give me an opportunity to learn the new language features and hopefully squash some bugs-in-waiting.