diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2017-11-27 23:25:38 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2017-11-27 23:25:38 +0000 |
commit | c181d2e7731925a5c1046b13b7f931aa39c60946 (patch) | |
tree | c90e67f14b65b9e25833add3333f91a3f4cd80ca /llvm/lib/Support/Path.cpp | |
parent | c5330c240b5aa819ceaaf6adafc2fabc9803d261 (diff) | |
download | llvm-c181d2e7731925a5c1046b13b7f931aa39c60946.zip llvm-c181d2e7731925a5c1046b13b7f931aa39c60946.tar.gz llvm-c181d2e7731925a5c1046b13b7f931aa39c60946.tar.bz2 |
[msan] Avoid shadowing a variable in common interceptors.
"offset" declared in a macro may shadow a variable with the same name
in the caller which is used in a macro argument. We are quite lucky
that it does not actually happen, but rename the variable anyway to
be on the safe side.
llvm-svn: 319115
Diffstat (limited to 'llvm/lib/Support/Path.cpp')
0 files changed, 0 insertions, 0 deletions