Age | Commit message (Expand) | Author | Files | Lines |
2022-08-11 | Revert "[clang] Pass FoundDecl to DeclRefExpr creator for operator overloads" | Kadir Cetinkaya | 1 | -3/+2 |
2022-07-26 | [clang] Pass FoundDecl to DeclRefExpr creator for operator overloads | Danny Mösch | 1 | -2/+3 |
2022-07-26 | [C++20] [Modules] Don't handle no linkage entities when overloading | Chuanqi Xu | 1 | -1/+1 |
2022-07-26 | [C++20] [Modules] Handle linkage properly for specializations when overloading | Chuanqi Xu | 1 | -4/+14 |
2022-07-25 | [C++20][Modules] Update ADL to handle basic.lookup.argdep p4 [P1815R2 part 1] | Iain Sandoe | 1 | -0/+11 |
2022-07-01 | Revert "Re-apply "Deferred Concept Instantiation Implementation""" | Erich Keane | 1 | -81/+0 |
2022-07-01 | Re-apply "Deferred Concept Instantiation Implementation"" | Erich Keane | 1 | -0/+81 |
2022-06-30 | Revert "Deferred Concept Instantiation Implementation" | Jonas Devlieghere | 1 | -81/+0 |
2022-06-30 | Deferred Concept Instantiation Implementation | Erich Keane | 1 | -0/+81 |
2022-06-27 | [OpenCL] Reduce emitting candidate notes for builtins | Sven van Haastregt | 1 | -0/+7 |
2022-06-20 | [clang] Don't use Optional::getValue (NFC) | Kazu Hirata | 1 | -1/+1 |
2022-06-20 | [clang] Don't use Optional::hasValue (NFC) | Kazu Hirata | 1 | -1/+1 |
2022-06-20 | [clang][sema] Generate builtin operator overloads for (volatile) _Atomic types | Jan Svoboda | 1 | -25/+64 |
2022-06-16 | PowerPC] Emit warning for incompatible vector types that are currently diagno... | Maryam Moghadas | 1 | -3/+12 |
2022-05-09 | Revert ""Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation""""" | Erich Keane | 1 | -90/+0 |
2022-05-09 | "Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation"""" | Erich Keane | 1 | -0/+90 |
2022-04-23 | Reverting accidental git-revert commits. | Nick Kreeger | 1 | -33/+59 |
2022-04-23 | Reverting accidental git-revert commits. | Nick Kreeger | 1 | -59/+33 |
2022-04-23 | Reverting accidental git-revert commits. | Nick Kreeger | 1 | -33/+59 |
2022-04-23 | Revert "Revert "Revert "[Concepts] Fix overload resolution bug with constrain... | Nick Kreeger | 1 | -59/+33 |
2022-04-23 | Revert "Revert "[Concepts] Fix overload resolution bug with constrained candi... | Nick Kreeger | 1 | -33/+59 |
2022-04-23 | Revert "[Concepts] Fix overload resolution bug with constrained candidates" | Nick Kreeger | 1 | -59/+33 |
2022-04-23 | [Concepts] Fix overload resolution bug with constrained candidates | Roy Jacobson | 1 | -33/+59 |
2022-04-20 | Treat `std::move`, `forward`, etc. as builtins. | Richard Smith | 1 | -15/+17 |
2022-04-20 | Revert "Treat `std::move`, `forward`, etc. as builtins." | David Tenty | 1 | -17/+15 |
2022-04-19 | Revert "[Concepts] Fix overload resolution bug with constrained candidates" | Roy Jacobson | 1 | -59/+33 |
2022-04-19 | [Concepts] Fix overload resolution bug with constrained candidates | Roy Jacobson | 1 | -33/+59 |
2022-04-17 | Treat `std::move`, `forward`, etc. as builtins. | Richard Smith | 1 | -15/+17 |
2022-04-16 | Revert "Treat `std::move`, `forward`, and `move_if_noexcept` as builtins." | Vitaly Buka | 1 | -17/+15 |
2022-04-15 | Treat `std::move`, `forward`, and `move_if_noexcept` as builtins. | Richard Smith | 1 | -15/+17 |
2022-03-24 | [CUDA][HIP] Fix hostness check with -fopenmp | Yaxun (Sam) Liu | 1 | -8/+9 |
2022-03-18 | Use llvm::append_range instead of push_back loops where applicable. NFCI. | Benjamin Kramer | 1 | -1/+1 |
2022-03-15 | [Concepts] Fix an assertion failure while diagnosing constrained | Roy Jacobson | 1 | -3/+12 |
2022-03-10 | [Sema][Windows] Don't special-case void* in __unaligned conversions. | Eli Friedman | 1 | -3/+2 |
2022-02-08 | [C++2b] Implement multidimentional subscript operator | Corentin Jabot | 1 | -98/+112 |
2022-02-01 | [clang] Correctly(?) handle placeholder types in ExprRequirements. | Arthur O'Dwyer | 1 | -4/+3 |
2022-01-11 | [SemaOverload] compareConversionFunctions - use castAs<> instead of getAs<> t... | Simon Pilgrim | 1 | -2/+1 |
2022-01-11 | [SemaOverload] Use castAs<> instead of getAs<> to avoid dereference of nullptr | Simon Pilgrim | 1 | -3/+2 |
2022-01-09 | [clang] Fix bugprone argument comments (NFC) | Kazu Hirata | 1 | -2/+2 |
2021-12-29 | [clang] Fix crash in bug52905 | Chuanqi Xu | 1 | -3/+4 |
2021-11-18 | [clang][clangd] Improve signature help for variadic functions. | Adam Czachorowski | 1 | -2/+22 |
2021-11-14 | [clang] Use isa instead of dyn_cast (NFC) | Kazu Hirata | 1 | -3/+3 |
2021-10-18 | [Sema] haveSameParameterTypes - replace repeated isNull() test with assertions | Simon Pilgrim | 1 | -1/+2 |
2021-10-14 | Fix a rejects-valid with consteval on overloaded operators | Aaron Ballman | 1 | -2/+3 |
2021-10-12 | [clang] p0388 array list initialization overloads | Nathan Sidwell | 1 | -29/+55 |
2021-10-12 | [clang] p0388 conversion to incomplete array | Nathan Sidwell | 1 | -73/+45 |
2021-09-16 | [CUDA] Pass ExecConfig through BuildCallToMemberFunction | Artem Belevich | 1 | -2/+3 |
2021-09-09 | [clang] Array list initialization (pre-p0388) | Nathan Sidwell | 1 | -43/+106 |
2021-09-06 | [Clang] Add __ibm128 type to represent ppc_fp128 | Qiu Chaofan | 1 | -14/+18 |
2021-08-06 | Disallow narrowing conversions to bool in noexcept specififers | Corentin Jabot | 1 | -1/+1 |