]> granicus.if.org Git - clang/commit
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)
commite74fa2a6cd5e37067db371fbffd7f6c9e7491b61
treeb1b48e299624c20ceca14fa8cceb0ddcf321654b
parent7925371bbe385085182e24f9049b72ca5302099d
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211667 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/MicrosoftMangle.cpp