[all-commits] [llvm/llvm-project] c686df: Unconfuse gcc5.3 after 2e204e23911b1f / D87528
Nico Weber via All-commits
all-commits at lists.llvm.org
Mon Oct 26 09:56:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c686dfd61705f33419875b22eb08bd197a72cd18
https://github.com/llvm/llvm-project/commit/c686dfd61705f33419875b22eb08bd197a72cd18
Author: Nico Weber <thakis at chromium.org>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M clang/lib/AST/ExprConstant.cpp
Log Message:
-----------
Unconfuse gcc5.3 after 2e204e23911b1f / D87528
The local variable CmpResult added in that change shadowed the
type CmpResult, which confused an older gcc. Rename the variable
CmpResult to APFloatCmpResult.
More information about the All-commits
mailing list