aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/SemaCXXScopeSpec.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-18[Clang][AST][NFC] Introduce `NamespaceBaseDecl` (#149123)Yanzuo Liu1-5/+1
2025-05-02[clang][NFC] Convert `Sema::CorrectTypoKind` to scoped enumVlad Serebrennikov1-1/+1
2025-04-12Reland: [clang] Improved canonicalization for template specialization types (...Matheus Izvekov1-10/+8
2025-04-11Revert "[clang] Improved canonicalization for template specialization types" ...Dmitry Vasilyev1-8/+10
2025-04-10[clang] Improved canonicalization for template specialization types (#135119)Matheus Izvekov1-10/+8
2025-04-09[clang] fix NestedNameSpecifier dependency calculation (#135067)Matheus Izvekov1-2/+1
2025-04-01[clang] fix missing initialization msan failureMatheus Izvekov1-0/+1
2025-04-01[clang] improved preservation of template keyword (#133610)Matheus Izvekov1-19/+12
2024-11-16[Sema] Remove unused includes (NFC) (#116461)Kazu Hirata1-1/+0
2024-07-15Revert "Reapply "[Clang] Implement resolution for CWG1835 (#92957)" (#98547)"Haojian Wu1-91/+104
2024-07-11Reapply "[Clang] Implement resolution for CWG1835 (#92957)" (#98547)Krystian Stasiowski1-104/+91
2024-07-10Revert "[Clang] Implement resolution for CWG1835 (#92957)"NAKAMURA Takumi1-91/+104
2024-07-09[Clang] Implement resolution for CWG1835 (#92957)Krystian Stasiowski1-104/+91
2024-07-01[clang][NFC] Move documentation of `Sema` functions into `Sema.h`Vlad Serebrennikov1-82/+0
2024-06-11[clang] Replace X && isa<Y>(X) with isa_and_nonnull<Y>(X). NFC (#94987)Pavel Samolysov1-1/+1
2024-05-20[Clang][Sema] Don't build CXXDependentScopeMemberExprs for potentially implic...Krystian Stasiowski1-0/+8
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin1-0/+23
2023-12-14Revert "[clang] Substitute alias templates from correct context (#75069)"Fangrui Song1-20/+4
2023-12-13[clang] Substitute alias templates from correct context (#75069)Mariya Podchishchaeva1-4/+20
2023-12-06Revert "[clang] Substitute alias templates from correct context (#74335)"Podchishchaeva, Mariya1-19/+3
2023-12-06[clang] Substitute alias templates from correct context (#74335)Mariya Podchishchaeva1-3/+19
2023-10-31[clang][NFC] Refactor ElaboratedTypeKeywordVlad Serebrennikov1-1/+1
2023-06-13[Sema] Remove unused isNonTypeNestedNameSpecifierKazu Hirata1-45/+0
2023-04-27[clang] Do not crash on undefined template partial specializationMariya Podchishchaeva1-1/+2
2023-03-10[Clang][Sema] Start fixing handling of out-of-line definitions of constrained...Alexander Shaposhnikov1-19/+37
2023-03-02[Clang] Implement Change scope of lambda trailing-return-typeCorentin Jabot1-3/+5
2023-02-03Revert "[Clang] Implement Change scope of lambda trailing-return-type"Jordan Rupprecht1-5/+3
2023-01-31[Clang] Implement Change scope of lambda trailing-return-typeCorentin Jabot1-3/+5
2022-10-25NFC: [clang] Template argument cleanups.Matheus Izvekov1-4/+3
2022-06-29[C++20] [Module] Support reachable definition initially/partiallyChuanqi Xu1-3/+3
2022-06-29Revert "[C++20] [Modules] Implement Reachable initiallly"Chuanqi Xu1-3/+3
2022-06-29[C++20] [Modules] Implement Reachable initialllyChuanqi Xu1-3/+3
2022-06-15[clang][sema] Provide better diagnostic for missing template argumentsTimm Bäder1-2/+6
2022-06-15[clang][NFC] Remove unused parameter from ActOnCXXNestedNameSpecifierTimm Bäder1-1/+0
2022-04-20Revert D119136 "[clang] Implement Change scope of lambda trailing-return-type...Fangrui Song1-5/+3
2022-04-15[clang] Implement Change scope of lambda trailing-return-typeCorentin Jabot1-3/+5
2022-04-13Revert "[clang] Implement Change scope of lambda trailing-return-type"Richard Smith1-5/+3
2022-04-13[clang] Implement Change scope of lambda trailing-return-typeCorentin Jabot1-3/+5
2022-04-13Revert "[clang] Implement Change scope of lambda trailing-return-type"Mehdi Amini1-5/+3
2022-04-13[clang] Implement Change scope of lambda trailing-return-typeCorentin Jabot1-3/+5
2022-01-10[AST] Add more source information for DecltypeTypeLoc.Haojian Wu1-1/+2
2021-12-20Reland "[AST] Add UsingType: a sugar type for types found via UsingDecl"Sam McCall1-4/+8
2021-12-20Revert "[AST] Add UsingType: a sugar type for types found via UsingDecl"Sam McCall1-8/+4
2021-12-20[AST] Add UsingType: a sugar type for types found via UsingDeclSam McCall1-4/+8
2021-11-15[clang] retain type sugar in auto / template argument deductionMatheus Izvekov1-1/+1
2021-11-15Revert "[clang] retain type sugar in auto / template argument deduction"Matheus Izvekov1-1/+1
2021-11-13[clang] retain type sugar in auto / template argument deductionMatheus Izvekov1-1/+1
2021-11-12Revert "[clang] retain type sugar in auto / template argument deduction"Adrian Kuegel1-1/+1
2021-11-12[clang] retain type sugar in auto / template argument deductionMatheus Izvekov1-1/+1
2021-09-20[clang] Fix a few comment more typos to cycle botsNico Weber1-1/+1