[flang-commits] [clang] [flang] [Driver] Move CommonArgs to a location visible by the Frontend Drivers (PR #142800)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Fri Jun 6 10:50:38 PDT 2025


tarunprabhu wrote:

> I had 1 minor objection, see my concern on the `uninitialized` attribute removal.

Would it be simpler just to initialize the variable before use? I assume that the attribute is present to eliminate compiler warnings about uninitialized variables being passed by reference. I don't see the use of this anywhere else in the code base. Does adding that attribute really provide a great deal of meaningful context?

https://github.com/llvm/llvm-project/pull/142800


More information about the flang-commits mailing list