llvm-project/clang/include
Richard Smith 6aaf4fa288 Bring our handling of -Wframe-larger-than more in line with GCC.
Support -Wno-frame-larger-than (with no =) and make it properly
interoperate with -Wframe-larger-than. Reject -Wframe-larger-than with
no argument.

We continue to support Clang's old spelling, -Wframe-larger-than=, for
compatibility with existing users of that facility.

In passing, stop the driver from accepting and ignoring
-fwarn-stack-size and make it a cc1-only flag as intended.
2021-06-17 20:29:13 -07:00
..
clang Bring our handling of -Wframe-larger-than more in line with GCC. 2021-06-17 20:29:13 -07:00
clang-c [OpenMP] Implement '#pragma omp unroll'. 2021-06-10 14:30:17 -05:00
CMakeLists.txt