]> granicus.if.org Git - clang/commit
MS ABI: Tidy up references to the ASTContext
authorDavid Majnemer <david.majnemer@gmail.com>
Sat, 14 Mar 2015 23:44:48 +0000 (23:44 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sat, 14 Mar 2015 23:44:48 +0000 (23:44 +0000)
commitd78d3b89f063b25abc1dc4b832a41296696849ea
tree3175fefa5dca19f01dffd5b814b08757b7974c87
parent2f3ac362ade846532568c164bafcfb1924c78700
MS ABI: Tidy up references to the ASTContext

CGCXXABI has a handy getContext() method.  Use that instead of
explicitly going through the CodeGenModule.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232289 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MicrosoftCXXABI.cpp