]> granicus.if.org Git - clang/commit
Use CodeGenModule::addReplacement() instead of directly accessing Replacements[].
authorYaron Keren <yaron.keren@gmail.com>
Sun, 7 Feb 2016 12:44:35 +0000 (12:44 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Sun, 7 Feb 2016 12:44:35 +0000 (12:44 +0000)
commit2b3789ae6cadc1e3e0406f0ce5c4f1e62857b6a1
treeee19d24f6e6a14094bbaa8b2b948ecf232dac8ed
parent38f4e9220a67bd40c9cef1bcc85afd3e4d8f3fc9
Use CodeGenModule::addReplacement() instead of directly accessing Replacements[].
This helps when trying to debug who inserted into Replacements.

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