[all-commits] [llvm/llvm-project] 6bbbe4: [flang][driver] Fix a small bug (auto vs auto&)
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Mon Dec 14 08:10:32 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6bbbe4a5746e65fb9b7efc8d525961994406a338
https://github.com/llvm/llvm-project/commit/6bbbe4a5746e65fb9b7efc8d525961994406a338
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M flang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
[flang][driver] Fix a small bug (auto vs auto&)
This bug hasn't affected us yet as our usage is too basic, i.e. we don't
rely on the defaults provided by `SetDefaultFortranOpts` just yet. This
will change shortly.
More information about the All-commits
mailing list