summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a reentrance bug with deserializing ObjC type parameters.John McCall2020-02-131-1/+1
* Fix type-dependency of bitfields in templatesElizabeth Andrews2020-02-131-0/+5
* [Concepts] Add missing TPA commit to requires expression parsingSaar Raz2020-02-121-0/+1
* [Concepts] Do not check constraints if not all template arguments have been d...Saar Raz2020-02-121-6/+9
* [X86] Cast to __v4hi instead of __m64 in the implementation of _mm_extract_pi...Craig Topper2020-02-121-2/+2
* [OpenCL] Restrict addr space conversions in nested pointersAnastasia Stulova2020-02-122-10/+32
* Prefer __vector over vector keyword for altivecserge-sans-paille2020-02-111-2/+2
* Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...Alexandre Ganea2020-02-104-12/+35
* [Clang] Remove unused #pragma clang __debug handle_crashAlexandre Ganea2020-02-101-5/+0
* [analyzer] Fix a couple of bugs in HTML report generation.Artem Dergachev2020-02-101-1/+10
* [Concepts] Fix incorrect check when instantiating abbreviated template type-c...Saar Raz2020-02-062-2/+36
* Don't warn about missing declarations for partial template specializationsAaron Puchert2020-02-051-0/+1
* PR44786: Don't assert when profiling <=> expressions.Richard Smith2020-02-041-2/+2
* [Concepts] Add missing CXXThisScope to function template constraint substitutionSaar Raz2020-02-052-1/+14
* PR44721: Don't consider overloaded operators for built-in comparisonsRichard Smith2020-02-041-7/+22
* PR44761: Fix fallback to later tiebreakers if two non-template functionsRichard Smith2020-02-041-8/+6
* [Concepts] Instantiate invented template type parameter type-constraint along...Saar Raz2020-02-032-20/+155
* Revert "[Concepts] Instantiate invented template type parameter type-constrai...Saar Raz2020-02-032-150/+20
* [Concepts] Instantiate invented template type parameter type-constraint along...Saar Raz2020-02-032-20/+150
* Fix wrong devirtualization when the final overrider in one base classRichard Smith2020-01-312-4/+30
* PR44723: Trigger return type deduction for operator<=>s whose returnRichard Smith2020-01-311-0/+25
* [Concepts] Fix isDeclarationSpecifier to detect type-constraints correctlySaar Raz2020-01-311-3/+8
* [Concepts] Correctly form initial parameter mapping for parameter packs, supp...Saar Raz2020-01-313-21/+48
* PR44627: Consider reversing == and <=> candidates found by ADL.Richard Smith2020-01-301-8/+22
* [Concepts] Check function constraints before deducing auto return typeSaar Raz2020-01-311-24/+24
* PR41991: Accept attributes on defaulted and deleted friends.Richard Smith2020-01-301-1/+1
* [Concepts] Add 'this' context to instantiation of member requires clauseSaar Raz2020-01-301-0/+3
* [Concepts] Add check for dependent RC when checking function constraintsSaar Raz2020-01-302-7/+6
* [Concept] Fix incorrect check for containsUnexpandedParameterPack in CSESaar Raz2020-01-302-21/+50
* [CUDA] Assume the latest known CUDA version if we've found an unknown one.Artem Belevich2020-01-293-32/+21
* [RISCV] Pass target-abi via module flag metadataZakk Chen2020-01-271-0/+7
* [Concepts] Fix incorrect TemplateArgs for introduction of local parametersSaar Raz2020-01-271-4/+3
* [Concepts] Add missing null check to transformConstructorSaar Raz2020-01-271-2/+4
* [Concepts] Fix parsing of scope specifier in compound-requirements, add more ...Saar Raz2020-01-261-20/+6
* [Concepts] Transform constraints of non-template functions to ConstantEvaluatedSaar Raz2020-01-256-46/+59
* [CUDA] Fix order of memcpy arguments in __shfl_*(<64-bit type>).Artem Belevich2020-01-241-2/+2
* [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...Fangrui Song2020-01-244-12/+22
* [Concepts] Make constraint expressions unevaluated until satisfaction checkingSaar Raz2020-01-242-7/+5
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-247-18/+13
* [Concepts] Implement P1616R1 - Using unconstrained template template paramete...Saar Raz2020-01-241-0/+5
* [Concepts] Add ExpressionEvaluationContexts to instantiation of constraintsSaar Raz2020-01-241-0/+8
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-2430-273/+1078
* [Concepts] Profile TypeConstraints in ProfileTemplateParameterListSaar Raz2020-01-241-1/+4
* [Concepts] Fix bug when referencing function parameters in instantiated funct...Saar Raz2020-01-241-3/+3
* [Concepts] Fix incorrect recovery in TryAnnotateTypeConstraintSaar Raz2020-01-241-1/+4
* [Concepts] Fix circular AST->Sema dependency in ASTConcept.cppSaar Raz2020-01-241-1/+4
* [Concepts] Constraint Satisfaction CachingSaar Raz2020-01-244-32/+72
* [Concepts] Fix name-type conflict compilation issuesSaar Raz2020-01-241-4/+4
* [Concepts] Requires ExpressionsSaar Raz2020-01-2438-196/+1881
* Remove redundant CXXScopeSpec from TemplateIdAnnotation.Richard Smith2020-01-249-121/+128
OpenPOWER on IntegriCloud