aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaTemplate
AgeCommit message (Expand)AuthorFilesLines
2022-07-25Rewording "static_assert" diagnosticsMuhammad Usman Shahid4-7/+7
2022-07-21Revert "Rewording the "static_assert" to static assertion"Erich Keane4-7/+7
2022-07-21Rewording the "static_assert" to static assertionMuhammad Usman Shahid4-7/+7
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere14-36/+34
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov14-34/+36
2022-07-14Revert "Rewording "static_assert" diagnostics"Mitch Phillips4-7/+7
2022-07-14Rewording "static_assert" diagnosticsMuhammad Usman Shahid4-7/+7
2022-07-13[Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is ...Zarko Todorovski1-4/+1
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere14-36/+34
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov14-34/+36
2022-07-01Revert "Re-apply "Deferred Concept Instantiation Implementation"""Erich Keane5-789/+1
2022-07-01Re-apply "Deferred Concept Instantiation Implementation""Erich Keane5-1/+789
2022-06-30Revert "Deferred Concept Instantiation Implementation"Jonas Devlieghere5-789/+1
2022-06-30Deferred Concept Instantiation ImplementationErich Keane5-1/+789
2022-06-23[Sema] Fix assertion failure when instantiating requires expressionIlya Biryukov1-0/+58
2022-06-19[Concepts] Implement overload resolution for destructors (P0848)Roy Jacobson1-2/+2
2022-06-17Stop wrapping GCCAsmStmts inside StmtExprs to destruct temporariesAkira Hatanaka1-0/+16
2022-05-16[clang] Prevent folding of non-const compound exprserge-sans-paille1-4/+6
2022-05-09Revert ""Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation"""""Erich Keane4-544/+1
2022-05-09"Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation""""Erich Keane4-1/+544
2022-05-05[Driver] Remove -fno-concept-satisfaction-cachingIlya Biryukov1-6/+0
2022-05-05In MSVC compatibility mode, handle unqualified templated base class initializ...Fred Tingaud1-0/+85
2022-05-04Change the behavior of implicit int diagnosticsAaron Ballman3-13/+13
2022-05-02Revert "Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation"""Erich Keane4-346/+1
2022-05-02Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation""Erich Keane4-1/+346
2022-05-02Revert "Deferred Concept Instantiation Implementation"Erich Keane4-346/+1
2022-05-02Deferred Concept Instantiation ImplementationErich Keane4-1/+346
2022-04-06[Clang][Sema] Prohibit statement expression in the default argumentJun Zhang1-9/+1
2022-03-31An expression should only contain an unexpanded parameter pack if itRichard Smith1-0/+167
2022-03-25[clang] Propagate requires-clause from constructor template to implicit deduc...Nathan Ridge1-0/+34
2022-03-23[Concepts] Fix placeholder constraints when references are involvedRoy Jacobson1-7/+41
2022-03-16let EST_Uninstantiated in FunctionProtoType::canThrow returnZhouyi Zhou1-0/+32
2022-03-15[Concepts] Fix an assertion failure while diagnosing constrainedRoy Jacobson1-0/+14
2022-03-08[Sema] Mark the referenced destructor during transformation of a `CXXBindTemp...Argyrios Kyrtzidis1-0/+25
2022-03-04[clang] [concepts] Check constrained-auto return types for void-returning fun...Arthur O'Dwyer1-0/+39
2022-03-01[AST] Print NTTP args as string-literals when possibleZhihao Yuan1-0/+129
2022-02-17[clang][SemaTemplate] Fix a stack use after scopeKadir Cetinkaya1-0/+9
2022-02-08Allow parameter pack expansions and initializer lists in annotate attributeSteffen Larsen1-0/+490
2022-02-08[C++2b] Implement multidimentional subscript operatorCorentin Jabot1-1/+1
2022-02-01[clang] Don't typo-fix an expression in a SFINAE context.Arthur O'Dwyer1-0/+63
2022-02-01[clang] Correctly(?) handle placeholder types in ExprRequirements.Arthur O'Dwyer2-32/+71
2022-02-01[NFC][AIX]Disable failed tests due to aggressive byval alignment warning on AIXSteven Wan1-1/+4
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-5/+5
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-5/+5
2022-01-18[Sema] Add test for new errors due to 09f8315bba391Sam McCall1-1/+2
2021-12-29[clang] Fix crash in bug52905Chuanqi Xu1-0/+32
2021-11-15[clang] retain type sugar in auto / template argument deductionMatheus Izvekov4-4/+15
2021-11-15Revert "[clang] retain type sugar in auto / template argument deduction"Matheus Izvekov3-5/+4
2021-11-13[clang] retain type sugar in auto / template argument deductionMatheus Izvekov3-4/+5
2021-11-12Revert "[clang] retain type sugar in auto / template argument deduction"Adrian Kuegel3-5/+4