summaryrefslogtreecommitdiff
path: root/clang/lib/AST/QualTypeNames.cpp
AgeCommit message (Expand)Author
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-09-17[AST] Fix an assertion failure in TypeName::getFullyQualifiedName (#159312)Ilya Biryukov
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-04[AST] Use llvm::iterator_range::empty (NFC) (#151904)Kazu Hirata
2025-07-18[Clang][AST][NFC] Introduce `NamespaceBaseDecl` (#149123)Yanzuo Liu
2025-06-19[clang] Migrate away from ArrayRef(std::nullopt) (NFC) (#144982)Kazu Hirata
2025-04-12Reland: [clang] Improved canonicalization for template specialization types (...Matheus Izvekov
2025-04-11Revert "[clang] Improved canonicalization for template specialization types" ...Dmitry Vasilyev
2025-04-10[clang] Improved canonicalization for template specialization types (#135119)Matheus Izvekov
2025-04-03[Tooling] Handle AttributedType in getFullyQualifiedType (#134228)Ilya Biryukov
2025-04-01[clang] improved preservation of template keyword (#133610)Matheus Izvekov
2025-03-21Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov
2025-03-20Revert "Reland: [clang] preserve class type sugar when taking pointer to memb...Matheus Izvekov
2025-03-20Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov
2025-03-20Revert "[clang] improve class type sugar preservation in pointers to members"...Matheus Izvekov
2025-03-20[clang] improve class type sugar preservation in pointers to members (#130537)Matheus Izvekov
2024-11-17[AST] Remove unused includes (NFC) (#116549)Kazu Hirata
2024-06-21[clang][AST] createNestedNameSpecifierForScopeOf - don't use dyn_cast_or_null...Simon Pilgrim
2024-06-01Guard against nullptr (#94084)Sterling-Augustine
2023-10-31[clang][NFC] Refactor ElaboratedTypeKeywordVlad Serebrennikov
2022-10-25NFC: [clang] Template argument cleanups.Matheus Izvekov
2022-07-29Preserve qualifiers when getting fully qualified typeWeverything
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-04-21[AST] Support template declaration found through using-decl for QualifiedTemp...Haojian Wu
2021-12-20Reland "[AST] Add UsingType: a sugar type for types found via UsingDecl"Sam McCall
2021-12-20Revert "[AST] Add UsingType: a sugar type for types found via UsingDecl"Sam McCall
2021-12-20[AST] Add UsingType: a sugar type for types found via UsingDeclSam McCall
2021-11-14[clang] Use isa instead of dyn_cast (NFC)Kazu Hirata
2021-06-03Fully-qualify template args of outer types in getFullyQualifiedTypeVictor Kuznetsov
2019-12-28Fix crash in getFullyQualifiedName for inline namespaceAlexey Bader
2019-03-15Make getFullyQualifiedName qualify both the pointee and class type for member...Benjamin Kramer
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-05-05Fix a couple places that immediately called operator-> on the result of dyn_c...Craig Topper
2018-05-04Allow modifying the PrintingPolicy for fully qualified names.Sterling Augustine
2017-11-08Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov