aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaTemplate
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...revert-78041-p1907r1Erich Keane2-41/+39
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov2-39/+41
2024-01-19Reland "[clang] Fix CTAD for aggregates for nested template classes" (#78670)antangelo1-4/+30
2024-01-17Revert "[clang] Fix CTAD for aggregates for nested template classes" (#78541)antangelo1-18/+1
2024-01-17[clang] Fix CTAD for aggregates for nested template classes (#78387)antangelo1-1/+18
2024-01-16[clang] Emit error for invalid friend functions under [temp.friend]p9 (#78083)antangelo2-4/+17
2024-01-17[Clang][Sema] Extract ellipsis location from CXXFoldExpr for reattaching cons...Younan Zhang1-0/+21
2024-01-15[clang] Reword apologetic Clang diagnostic messages (#76310)Pavel Gueorguiev2-8/+8
2024-01-12[Sema] Use lexical DC for friend functions when getting constraint instantiat...antangelo1-0/+16
2024-01-09[clang] Improve bit-field in ref NTTP diagnostic (#71077)Andrey Ali Khan Bolshakov1-0/+6
2024-01-05[clang] Correctly implement CWG 2672 (#75001)Younan Zhang1-3/+1
2024-01-05[NFC][clang][test][asan] Make `instantiation-depth-default.cpp` a valid test ...Duo Wang1-11/+5
2024-01-05[Clang] Fix the instantiation of return type requirements in lambda bodies (#...刘雨培1-0/+33
2024-01-04[Sema] When checking for constraint equivalence, do not calculate satisfactio...Ilya Biryukov1-0/+32
2023-12-18[clang] Fix CTAD not respect default template arguments that were added after...Haojian Wu1-0/+10
2023-12-06[clang] Exclude non-template classes when checking if constraint refers to co...antangelo1-0/+34
2023-12-02Revert "[Clang] Eagerly instantiate used constexpr function upon definition. ...Corentin Jabot1-30/+0
2023-12-01[Clang] Implement P2308R1 - Template Parameter Initialization. (#73103)cor3ntin2-3/+108
2023-11-30[clang] Fix a bug with qualified name lookup into current instantiation (#73018)Mariya Podchishchaeva1-0/+14
2023-11-30[Clang] Eagerly instantiate used constexpr function upon definition. (#73463)cor3ntin1-0/+30
2023-11-25Reland "[clang][Sema] Use original template pattern when declaring implicit d...antangelo2-0/+65
2023-11-01Revert "Reland "[clang][Sema] Use original template pattern when declaring im...Antonio Abbatangelo2-20/+0
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke6-32/+32
2023-10-24Reland "[clang][Sema] Use original template pattern when declaring implicit d...antangelo2-0/+20
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman4-13/+17
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman4-17/+13
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman4-13/+17
2023-10-18[CONCEPTS]Corrected comparison of constraints with out of line CTD (#69244)Erich Keane1-0/+37
2023-10-18[clang] Bail out if the result of function template instantiation is not a fu...VitaNuo1-0/+16
2023-10-16[Clang] Fix dependence handling of nttp for variable templates (#69075)刘雨培1-0/+15
2023-10-16Revert "[clang][Sema] Use original template pattern when declaring implicit d...Antonio Abbatangelo1-12/+0
2023-10-16[clang][Sema] Use original template pattern when declaring implicit deduction...antangelo1-0/+12
2023-10-07[clang] remove ClassScopeFunctionSpecializationDecl (#66636)Krystian Stasiowski1-12/+11
2023-10-03[Clang] Correctly handle callees whose type is a Record type when classifying...cor3ntin1-0/+12
2023-09-28[Clang] Fix crash when visting a fold expression in a default argument (#67514)Shafik Yaghmour1-0/+8
2023-09-27Revert "[clang][SemaCXX] Diagnose tautological uses of consteval if and is_co...Sam McCall1-5/+5
2023-09-27[clang][SemaCXX] Diagnose tautological uses of consteval if and is_constant_e...Takuya Shimizu1-5/+5
2023-09-21[clang][Sema] Fix crash introduced in b2cd9db589335d5885c04df83003a623cf2f05f...Takuya Shimizu1-0/+16
2023-09-19In ExprRequirement building, treat OverloadExpr as dependent (#66683)Erich Keane1-0/+17
2023-09-18[clang] Correct source locations for instantiations of function templates.Tom Honermann1-4/+4
2023-09-18[clang][Sema] Remove irrelevant diagnostics from constraint satisfaction failureTakuya Shimizu1-0/+37
2023-09-12Fix out of line Concept-comparisons of NestedNameSpecifiers (#65993)Erich Keane1-0/+48
2023-08-28[clang] Remove rdar links; NFCAaron Ballman11-16/+2
2023-08-15Complete the implementation of P2361 Unevaluated string literalsCorentin Jabot1-33/+11
2023-08-08Revert "[Clang] Fix -Wconstant-logical-operand when LHS is a constant"Shivam Gupta1-3/+1
2023-07-24[clang] Fix specialization of non-templated member classes of class templatesPodchishchaeva, Mariya1-0/+39
2023-07-21[Clang] Fix constraint checking of non-generic lambdas.Corentin Jabot1-14/+94
2023-07-19[Clang] Fix -Wconstant-logical-operand when LHS is a constantShivam Gupta1-1/+3
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini11-2/+16
2023-07-13Fix comparison of constrained deduced return types in explicitRichard Smith1-0/+6