[clang] [Clang] Add clang flag --cstdlib (PR #183254)

Petr Hosek via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 4 00:56:16 PST 2026


================
@@ -109,6 +109,13 @@ class ToolChain {
     UNW_Libgcc
   };
 
+  enum CStdLibType {
----------------
petrhosek wrote:

```suggestion
  enum CStdlibType {
```
For consistency with `CXXStdlibType`.

https://github.com/llvm/llvm-project/pull/183254


More information about the cfe-commits mailing list