flang-compiler / f18

F18 is a front-end for Fortran intended to replace the existing front-end in the Flang compiler
230 stars 48 forks source link

Audit F18's use of std::set and consider migrating to LLVM alternative #1001

Open RichBarton-Arm opened 4 years ago

RichBarton-Arm commented 4 years ago

As part of making the F18 codebase more like LLVM, we should audit our use of set data types - std::set, etc. - and try and bring ourselves closer in alignment with LLVM guidelines