summaryrefslogtreecommitdiff
path: root/clang/lib/AST/PrintfFormatString.cpp
AgeCommit message (Expand)Author
2025-08-26[clang] NFC: introduce Type::getAsEnumDecl, and cast variants for all TagDecl...Matheus Izvekov
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-07-19Reland [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sug...YexuanXiao
2025-07-17Revert "[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named su...Kazu Hirata
2025-07-17[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar type...YexuanXiao
2025-05-28[AArch64] Rename AArch64SVEACLETypes.def and add base SVE_TYPE.David Green
2024-10-01[AMDGPU] Specify width and align for all AMDGPU builtin types. NFC. (#109656)Jay Foad
2024-08-05[HLSL] Implement intangible AST type (#97362)Helena Kotas
2024-06-18[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)Shilei Tian
2024-05-11[clang] Use StringRef::operator== instead of StringRef::equals (NFC) (#91844)Kazu Hirata
2024-02-27[clang] Update -Wformat warnings for fixed-point format specifiers (#82855)PiJoules
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata
2023-02-17[WebAssembly] Initial support for reference type externref in clangPaulo Matos
2023-02-05Revert "[clang][WebAssembly] Initial support for reference type externref in ...Vitaly Buka
2023-01-31[clang][WebAssembly] Initial support for reference type externref in clangPaulo Matos
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-08-04[Sema] -Wformat: support C23 format specifier %b %BFangrui Song
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-01-21[Sema] Warn about printf %n on Android and FuchsiaAlex Brachet
2022-01-09[clang] Use true/false instead of 1/0 (NFC)Kazu Hirata
2021-09-06[Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan
2021-02-18[Clang][RISCV] Define RISC-V V builtin typesHsiangkai Wang
2020-12-15[PowerPC] Enable paired vector type and intrinsics when MMA is disabledBaptiste Saleil
2020-10-28[Clang][PowerPC] Add __vector_pair and __vector_quad typesBaptiste Saleil
2020-06-05[ARM] Add __bf16 as new Bfloat16 C TypeTies Stuij
2020-04-02[clang] Move branch-protection from CodeGenOptions to LangOptionsDaniel Kiss
2019-08-14[Sema][ObjC] Fix a -Wformat false positive with localizedStringForKeyErik Pilkington
2019-08-09Add SVE opaque built-in typesRichard Sandiford
2019-01-29OpenCL: Use length modifier for warning on vector printf argumentsMatt Arsenault
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-01OpenCL: Improve vector printf warningsMatt Arsenault
2018-11-13OpenCL: Don't warn on v printf modifierMatt Arsenault
2018-11-08[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-07Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev
2018-11-07[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-06os_log: Allow specifying mask type in format string.Akira Hatanaka
2018-11-06os_log: Add a new privacy annotation "sensitive".Akira Hatanaka
2018-11-06os_log: Minor code cleanups. NFC.Akira Hatanaka
2018-11-02Reapply Logging: make os_log buffer size an integer constant expression.Tim Northover