This implements the proposal from
https://discourse.llvm.org/t/adding-flang-specific-header-files-to-clang/72442/6
Since ISO_Fortran_binding.h is supposed to be included from users'
C/C++ codes, it would better have no dependencies on other header
files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I agree with Peter on the naming of the file.
Otherwise, all builds and tests correctly and looks good.
flang/include/flang/iso_fortran_binding_wrapper.h | ||
---|---|---|
24 ↗ | (On Diff #552500) | Isn't it just alphabetizing to include "ISO..." before "Run..."? |
Comment Actions
- Fixed review remarks.
flang/include/flang/iso_fortran_binding_wrapper.h | ||
---|---|---|
24 ↗ | (On Diff #552500) | Yes, it does. |