aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/SemaLookup.cpp
AgeCommit message (Expand)AuthorFilesLines
5 days[Clang][AST][NFC] Introduce `NamespaceBaseDecl` (#149123)Yanzuo Liu1-7/+6
7 days[NFC] Remove getDefaultCallingConvention IsBuiltin (#145904)Harald van Dijk1-1/+2
2025-06-23[C++20] [Modules] Don't make enum constant members always visibleChuanqi Xu1-16/+19
2025-06-13Remove delayed typo expressions (#143423)Aaron Ballman1-60/+0
2025-06-12[C++20] [Modules] Treat directly imported internal partition unit as reachableChuanqi Xu1-5/+18
2025-05-27[HLSL] Implement `SpirvType` and `SpirvOpaqueType` (#134034)Cassandra Beckley1-2/+19
2025-05-20[RISCV] Implement intrinsics for XAndesVPackFPH (#140007)Jim Lin1-1/+2
2025-05-02[clang][NFC] Convert `Sema::CorrectTypoKind` to scoped enumVlad Serebrennikov1-6/+6
2025-04-28[clang][NFC] Convert LookupResultKind to scoped enumVlad Serebrennikov1-28/+30
2025-04-28[clang][NFC] Convert `LookupResult::AmbiguityKind` to scoped enumVlad Serebrennikov1-14/+16
2025-04-19[clang] llvm::append_range (NFC) (#136440)Kazu Hirata1-1/+1
2025-04-12Reland: [clang] Improved canonicalization for template specialization types (...Matheus Izvekov1-1/+2
2025-04-11Revert "[clang] Improved canonicalization for template specialization types" ...Dmitry Vasilyev1-2/+1
2025-04-10[clang] Improved canonicalization for template specialization types (#135119)Matheus Izvekov1-1/+2
2025-04-01[clang] improved preservation of template keyword (#133610)Matheus Izvekov1-3/+1
2025-03-25[clang] fix crash with ADL for member pointers with dependent class (#132977)Matheus Izvekov1-2/+2
2025-03-21Reland: [clang] NFC: Clear some uses of MemberPointerType::getClass (#132317)Matheus Izvekov1-5/+2
2025-03-20Revert "[clang] NFC: Clear some uses of MemberPointerType::getClass" (#132281)Matheus Izvekov1-2/+5
2025-03-19[clang] NFC: Clear some uses of MemberPointerType::getClass (#131965)Matheus Izvekov1-5/+2
2025-03-10Revert "[clang] Implement instantiation context note for checking template pa...Nikita Popov1-10/+4
2025-03-06[clang] Implement instantiation context note for checking template parameters...Matheus Izvekov1-4/+10
2025-02-26[Clang] Add BuiltinTemplates.td to generate code for builtin templates (#123736)Nikolas Klauser1-12/+6
2025-01-28[clang] NFC: cleanup check template argument (#124668)Matheus Izvekov1-4/+2
2025-01-28[clang] disallow narrowing when matching template template parameters (#124313)Matheus Izvekov1-1/+1
2025-01-24[C++20] [Modules] Fix may-be incorrect ADL for module local entities (#123931)Chuanqi Xu1-1/+51
2025-01-23Reland: [clang] unified CWG2398 and P0522 changes; finishes implementation of...Matheus Izvekov1-1/+3
2025-01-22[C++20] [Modules] Correct the visibility of decls in implicit global module o...Chuanqi Xu1-1/+3
2025-01-17[C++20] [Modules] Make module local decls visible to language linkage in the ...Chuanqi Xu1-0/+5
2024-11-16[Sema] Remove unused includes (NFC) (#116461)Kazu Hirata1-1/+0
2024-10-24[clang] Use {} instead of std::nullopt to initialize empty ArrayRef (#109399)Jay Foad1-1/+1
2024-10-15[HLSL] Make HLSLAttributedResourceType canonical and add code paths to conver...Helena Kotas1-0/+3
2024-10-11Revert "[clang] CWG2398: improve overload resolution backwards compat (#107350)"Mikhail Goncharov1-2/+1
2024-10-11Revert "[clang] Implement TTP P0522 pack matching for deduced function templa...Mikhail Goncharov1-1/+0
2024-10-10[clang] Implement TTP P0522 pack matching for deduced function template calls...Matheus Izvekov1-0/+1
2024-10-10[clang] CWG2398: improve overload resolution backwards compat (#107350)Matheus Izvekov1-1/+2
2024-09-24[clang] fix assert in ADL finding entity in the implicit global module (#109882)Matheus Izvekov1-2/+3
2024-09-22[Clang] Add __builtin_common_type (#99473)Nikolas Klauser1-1/+6
2024-09-19[clang] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim1-1/+0
2024-09-03[Clang] Fix handling of placeholder variables name in init captures (#107055)cor3ntin1-1/+1
2024-07-15[Clang][AST] Move NamespaceDecl bits to DeclContext (#98567)Krystian Stasiowski1-1/+1
2024-07-08[C2y] Remove support for _Imaginary (#97436)Aaron Ballman1-1/+4
2024-07-01[clang][NFC] Move documentation of `Sema` functions into `Sema.h`Vlad Serebrennikov1-210/+0
2024-06-28[C++20] [Modules] Don't find module for linkage for decls in globalChuanqi Xu1-1/+1
2024-06-24[NFC] [Modules] Extract the logic to decide whether the module units belongs ...Chuanqi Xu1-23/+27
2024-05-28[clang][Sema] Don't emit 'declared here' note for builtin functions with no d...Youngsuk Kim1-0/+10
2024-05-22[clang] Introduce `SemaRISCV` (#92682)Vlad Serebrennikov1-5/+6
2024-05-20[Clang][Sema] Don't build CXXDependentScopeMemberExprs for potentially implic...Krystian Stasiowski1-3/+6
2024-05-13[clang] Introduce `SemaObjC` (#89086)Vlad Serebrennikov1-9/+0
2024-05-09[Clang][Sema] Revert changes to operator= lookup in templated classes from #9...Krystian Stasiowski1-34/+17
2024-05-08[Clang][Sema] Fix lookup of dependent operator= outside of complete-class con...Krystian Stasiowski1-15/+20