Move MS predefined type_info out of InitializePredefinedMacros
Instead of keeping it in amongst the macros, build the declaration at Sema init
the same way we do with other predeclared and builtin types.
In practice this means the declaration is marked implicit and therefore won't
show up as an unwanted user-declared type in tooling which has been a
frequently reported issue (though I haven't been able to cook up a test).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198497
91177308-0d34-0410-b5e6-
96231b3b80d8