Don't go through the TypeSourceInfo when getting the SourceRange.
authorZachary Turner <zturner@google.com>
Wed, 25 Jun 2014 05:37:25 +0000 (05:37 +0000)
committerZachary Turner <zturner@google.com>
Wed, 25 Jun 2014 05:37:25 +0000 (05:37 +0000)
commit87422d9457c15af46d8f985718fd77c9c92d2b82
tree934ecb68dd87750206092b269caa4ed6f0449c11
parentc00d875d35d62a6ae6a02c21e8707a0c6ef43610
Don't go through the TypeSourceInfo when getting the SourceRange.

VarDecl provides a method getSourceRange(), which provides a more
robust way of getting the SourceRange since the TypeSourceInfo can
be null in certain cases.

Reviewed by: majnemer

Differential Revision: http://reviews.llvm.org/D4281

llvm-svn: 211667
clang/lib/AST/MicrosoftMangle.cpp