aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorArthur Eubanks <aeubanks@google.com>2020-06-10 10:38:39 -0700
committerArthur Eubanks <aeubanks@google.com>2020-06-10 12:14:53 -0700
commitbf124017a23ca4092178e58f86c31de02644efe3 (patch)
tree22c69ce106e6fac661afb72ef8747c5bc8a5aa55 /clang/lib/Frontend/CompilerInvocation.cpp
parent6dd058083208d58c6a7005bfb092cee085fd9a48 (diff)
downloadllvm-bf124017a23ca4092178e58f86c31de02644efe3.zip
llvm-bf124017a23ca4092178e58f86c31de02644efe3.tar.gz
llvm-bf124017a23ca4092178e58f86c31de02644efe3.tar.bz2
[NFC] Rename variable to workaround old gcc bug
Summary: gcc 5.1 is still supported according to https://releases.llvm.org/10.0.0/docs/GettingStarted.html We're hitting the following bug due to a variable created in the loop header being the same as a variable used in the loop header: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54430 Reviewers: hctim, pcc Subscribers: #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D81594
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions