[clang] [UserManual] Document clang option for loop interchange (PR #147014)
Sjoerd Meijer via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 4 03:00:31 PDT 2025
sjoerdmeijer wrote:
> It is already documented in [Clang command line argument reference](https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-floop-interchange) (perhaps this is automatically generated based on [`clang/Driver/Options.td`](https://github.com/llvm/llvm-project/blob/81e6552a3d6835c4e10eb981402febfac9df6156/clang/include/clang/Driver/Options.td)). Isn't it sufficient?
Yeah, I forgot to tell this earlier, but can confirm it is indeed automatically generated from the definition in the .td file.
https://github.com/llvm/llvm-project/pull/147014
More information about the cfe-commits
mailing list