aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/TypePrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-10[Clang][AST][NFC] Fix printing of dependent PackIndexTypes (#88146)Krystian Stasiowski1-3/+6
2024-04-03[BoundsSafety] Minor fixes on counted_by (#87559)Yeoul Na1-2/+2
2024-04-03[Bounds-Safety][NFC] Clean up leading space emission for CountAttributedType ...Dan Liew1-4/+5
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B1-0/+11
2024-03-27[RISCV] RISCV vector calling convention (1/2) (#77560)Brandon Wu1-0/+6
2024-03-26[NFC] Refactor ConstantArrayType size storage (#85716)Chris B1-1/+1
2024-03-26Fix failure in buildbot (#86661)Zahira Ammarguellat1-4/+4
2024-03-26Fix printing of templated records. (#86339)Zahira Ammarguellat1-5/+0
2024-03-20Turn 'counted_by' into a type attribute and parse it into 'CountAttributedTyp...Yeoul Na1-0/+32
2024-03-19[clang-cl] Fix value of __FUNCTION__ in MSVC mode. (#84014)Zahira Ammarguellat1-4/+20
2024-02-05New calling convention preserve_none (#76868)weiguozhi1-0/+6
2024-02-03[Clang] Fix a crash when dumping a pack indexing type. (#80439)cor3ntin1-3/+3
2024-01-31[clang] Use StringRef::starts_with (NFC)Kazu Hirata1-1/+1
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin1-0/+17
2024-01-25Recommit "[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)"Craig Topper1-0/+2
2024-01-25Revert "[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)"Craig Topper1-2/+0
2024-01-25[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)Craig Topper1-0/+2
2024-01-23[Clang] Amend SME attributes with support for ZT0. (#77941)Sander de Smalen1-0/+8
2024-01-15[Clang][AArch64] Change SME attributes for shared/new/preserved state. (#76971)Sander de Smalen1-16/+15
2023-11-28[HLSL] Parameter modifier parsing and AST (#72139)Chris B1-0/+4
2023-10-31[clang][NFC] Refactor `VectorType::VectorKind`Vlad Serebrennikov1-20/+20
2023-10-31[clang][NFC] Refactor ElaboratedTypeKeywordVlad Serebrennikov1-3/+3
2023-10-31[clang][NFC] Refactor `ArrayType::ArraySizeModifier`Vlad Serebrennikov1-3/+3
2023-10-15[Clang][M68k] Add Clang support for the new M68k_RTD CCMin-Yih Hsu1-0/+6
2023-09-27Revert "[clang-cl] Fix value of __FUNCTION__ and __FUNC__ in MSVC mode for c+...Aaron Ballman1-4/+0
2023-09-22[clang-cl] Fix value of __FUNCTION__ and __FUNC__ in MSVC mode for c++. (#66120)Zahira Ammarguellat1-0/+4
2023-08-08[Clang][AArch64] Add/implement ACLE keywords for SME.Sander de Smalen1-0/+24
2023-06-06[clang][TypePrinter] Add option to skip over elaborated typesEric Li1-0/+11
2023-05-31[clang] Add support for “regular” keyword attributesRichard Sandiford1-0/+6
2023-05-19Fix tests failure on 75993812d5c1f269b781c34987748f2a792a579dZequan Wu1-3/+5
2023-05-19Use windows baskslash on anonymous tag locations if using MSVCFormatting and ...Zequan Wu1-4/+11
2023-05-08[Clang][BPF] Type print btf_type_tag properlyYonghong Song1-1/+1
2023-04-28[RISCV] Add attribute(riscv_rvv_vector_bits(N)) based on AArch64 arm_sve_vect...Craig Topper1-0/+27
2023-03-17[clang][WebAssembly] Initial support for reference type funcref in clangPaulo Matos1-2/+8
2023-02-22[AST] Add 'break;' to the last case in two switches. NFCCraig Topper1-0/+2
2023-01-27[clang][TypePrinter] Test TemplateArgument::IsDefaulted when omitting default...Michael Buch1-5/+1
2023-01-27[clang][TypePrinter] Support expression template arguments when checking defa...Michael Buch1-9/+32
2022-12-16[clang][TypePrinter] Teach isSubstitutedDefaultArgument about integral typesMichael Buch1-0/+10
2022-12-16[clang][AST][NFC] Expose clang::isSubstitutedDefaultArgument to clang/AST con...Michael Buch1-3/+1
2022-12-02Use CTAD on llvm::SaveAndRestoreJan Svoboda1-17/+17
2022-11-07[NFC] clang-format part of TypePrinter.cppArthur Eubanks1-92/+86
2022-10-25NFC: [clang] Template argument cleanups.Matheus Izvekov1-3/+3
2022-10-20[HLSL] Add groupshare address space.Xiang Li1-0/+3
2022-10-15[clang] Track the templated entity in type substitution.Matheus Izvekov1-2/+15
2022-10-04Modify the qualified/unqualified getter for TypeOfType; NFCAaron Ballman1-2/+4
2022-09-28[C2x] implement typeof and typeof_unqualAaron Ballman1-3/+3
2022-08-22[clang] adds unary type transformations as compiler built-insChristopher Di Bella1-20/+12
2022-08-14Revert "[clang] adds unary type transformations as compiler built-ins"Nico Weber1-12/+20
2022-08-14[clang] adds unary type transformations as compiler built-insChristopher Di Bella1-20/+12
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1