This commit will add aliases into the safety module from other modules.
Since the original purpose of the effort was to implement the High Integrity Coding Standard,
Jonathan (jbcoe) and me had the idea to start out by figuring out what is already done
in clang-tidy.
Splitting the whole standard into parts, this work checked the section 8 to 12.
I made a todolist for me, which can be seen here: https://github.com/JonasToth/HighIntegrityTooling
When we are done aliasing, we create real todos and would like to migrate the list to issues
in the llvm issue tracker.
Please give your opinion on that approach.
Should we have a separate module for the High Integrity C++ Coding Standard as we have for CERT? It seems natural to be able to check the code for HIC++ conformance instead of checking it for conformance with some "safety" checks. Isn't it?