summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/IBMClang-CXX.cmake
Commit message (Collapse)AuthorAgeFilesLines
* IBMClang: Add provisional flags for C++23Xing Xue2023-09-251-0/+2
| | | | | With this one can use the IBM Open XL C/C++ compiler to build projects that require feature `cxx_std_23`.
* IBMClang: Add support for IBM Open XL C/C++Aaron Liu2022-01-271-0/+39
Fixes: #22929