summaryrefslogtreecommitdiff
path: root/clang/lib/AST/TypeLoc.cpp
AgeCommit message (Expand)Author
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-10-13[clang] NFC: NNS getLocalSourceRange user cleanup (#163206)Matheus Izvekov
2025-09-12[clang] AST: remove DependentTemplateSpecializationType (#158109)Matheus Izvekov
2025-08-26[clang] fix TemplateName Subst* nodes transform (#155342)Matheus Izvekov
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-07-07[clang] Fix manual memory management with SmallVector in ConceptRef (#147231)Bogdan Vetrenko
2025-05-28[AArch64] Rename AArch64SVEACLETypes.def and add base SVE_TYPE.David Green
2025-04-16[clang] Fix elaborated keyword canonicalization (#135916)Matheus Izvekov
2025-04-01[clang] improved preservation of template keyword (#133610)Matheus Izvekov
2024-10-01[AMDGPU] Specify width and align for all AMDGPU builtin types. NFC. (#109656)Jay Foad
2024-08-29[HLSL] Add HLSLAttributedResourceType (#106181)Helena Kotas
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-05[clang] Distinguish unresolved templates in UnresolvedLookupExpr (#89019)Younan Zhang
2024-04-25[NFC] Generalize ArraySections to work for OpenACC in the future (#89639)Erich Keane
2024-03-20Turn 'counted_by' into a type attribute and parse it into 'CountAttributedTyp...Yeoul Na
2024-02-02[Clang][Sema] Diagnose use of template keyword after declarative nested-name-...Krystian Stasiowski
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov
2023-08-31Add a concept AST node.Jens Massberg
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-10-25NFC: [clang] Template argument cleanups.Matheus Izvekov
2022-09-28[C2x] implement typeof and typeof_unqualAaron Ballman
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui 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-03-16[Attr] Fix a btf_type_tag AST generationYonghong Song
2022-01-17Reland (2) "[AST] Add RParen loc for decltype AutoTypeloc.""Haojian Wu
2022-01-12Revert (2) "[AST] Add RParen loc for decltype AutoTypeloc."Florian Hahn
2022-01-11Reland "[AST] Add RParen loc for decltype AutoTypeloc."Haojian Wu
2022-01-10Revert "[AST] Add RParen loc for decltype AutoTypeloc."Haojian Wu
2022-01-10[AST] Add RParen loc for decltype AutoTypeloc.Haojian Wu
2021-10-29Properly determine the end location of an ObjCObjectPointerType.Richard Smith
2021-10-26[AST] Fix the EndLoc calculation for ObjCObjectPointerLuke Petre
2021-09-06[Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan
2021-02-18[Clang][RISCV] Define RISC-V V builtin typesHsiangkai Wang
2021-01-20Revert "Following up on PR48517, fix handling of template arguments that refer"Hans Wennborg
2021-01-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith
2020-12-22Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...Arthur Eubanks
2020-12-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith
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-09-21[AST] Reduce the size of TemplateArgumentLocInfo.Haojian Wu
2020-06-05[ARM] Add __bf16 as new Bfloat16 C TypeTies Stuij
2020-06-01[Matrix] Implement matrix index expressions ([][]).Florian Hahn
2020-04-02[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev