aboutsummaryrefslogtreecommitdiff
path: root/tools/update_clang_options.zig
AgeCommit message (Expand)Author
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-08-30update tools and other miscellaneous things to new APIsAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-16tools: fix some bitrotAlex Rønne Petersen
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-04-26compiler: Allow configuring UBSan mode at the module level.Alex Rønne Petersen
2025-04-14zig cc: Respect Clang's -static and -dynamic flags.Alex Rønne Petersen
2025-04-04compiler: Recognize -fno-sanitize=<...> in addition to -fsanitize=<...>.Alex Rønne Petersen
2025-02-22zig build fmtAndrew Kelley
2024-12-11compiler: Improve the handling of unwind table levels.Alex Rønne Petersen
2024-11-02std.Target: Rename amdgpu module to amdgcn.Alex Rønne Petersen
2024-09-17cc: Add support for -Wp,Maciej 'vesim' Kuliński
2024-09-09zig cc: Support `-rtlib=none` for disabling compiler-rt.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-23default "trace pc guard" coverage offAndrew Kelley
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-08zig cc: update clang CLI data to LLVM 18Andrew Kelley
2024-03-27mingw: support -municodeElaine Gibson
2024-02-02cli+build: handle -ObjC flag and route it to MachO linkerJakub Konka
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-10-04comp: add support for -fdata-sectionsJakub Konka
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-19std: Support user-provided jsonParse method. Unify json.Parser and json.parse...Josh Wolfe
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-13std: Rewrite low-level json api to support streaming (#15602)Josh Wolfe
2023-04-20fixes to the previous commitAndrew Kelley
2023-04-08zig cc: handle the -r flagAndrew Kelley
2023-04-05Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-04-01link: handle -u flag in all linkersJakub Konka
2023-02-19Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-26update clang options data to LLVM 16Andrew Kelley
2023-01-13zig run/cc: recognize "-x language"Motiejus Jakštys
2022-12-18Add missing clang opts: -install_name and -undefinedJakub Konka
2022-10-18Revert "adding `static` and `dynamic` ZigEquivalentAndrew Kelley
2022-10-13adding `static` and `dynamic` ZigEquivalent enums so that we can branch to se...cod1r
2022-08-29Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-19stage2: implement stack protectorsAndrew Kelley
2022-08-08cc: add support for -M flagJakub Konka
2022-08-08update update_clang_options.zig to latest formatting changesJakub Konka
2022-08-02update clang CLI options to LLVM 15Andrew Kelley
2022-07-11stage2: cleanups to --compress-debug-sectionsAndrew Kelley
2022-07-05CLI: add support for -fno-builtinAndrew Kelley
2022-07-03clang: parse --verbose flag as -vJakub Konka
2022-06-29clang: add Zig equivalent for -headerpad_max_install_names cli flagJakub Konka
2022-06-28clang: update cmdline options to include weak libs and frameworksJakub Konka
2022-03-04zig cc: integrate with -fstack-check, -fno-stack-checkAndrew Kelley
2022-01-19stage2: improvements to entry point handlingAndrew Kelley
2022-01-11zig cc: integration with sysroot arg (#10568)Jakub Konka