Create a separate page describing UBSan tool, move the description of
fine-grained checks there, provide extra information about supported
platforms, symbolization etc. This text is compiled from four parts:
- Existing documentation copied from User's Manual
- Layout used in documentation for another sanitizers (ASan, MSan etc.)
- Text written from scratch
- Small parts taken from Michael Morrison's attempt at creating UBSan page: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20141215/249503.html
We support C as well, right? (not a big deal, just mention that this document will focus on C++ usage but C usage is similar)