This is the first patch to start reifying information about errors. It deals only with reifying address-related information.
It will allow us to generate structures with all the relevant information for a given error so a debugger can get to them or they can be included in a core dump.
Additional changes:
Move the Decorator to asan_descriptions.h
Move ThreadNameWithParenthesis and DescribeThread to asan_descriptions.cc
Convert AsanLocateAddress to Get*AddressInformation functions.