summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
Commit message (Expand)AuthorAgeFilesLines
* [clang] fix undefined behaviour in RawComment::getFormattedText()Oliver Bruns2020-05-181-1/+1
* PR45350: Handle unsized array CXXConstructExprs in constant evaluationRichard Smith2020-05-181-1/+22
* PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...Aaron Puchert2020-05-061-1/+4
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-121-2/+3
* Revert "PR45083: Mark statement expressions as being dependent if they appear...Hans Wennborg2020-03-121-3/+2
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-041-2/+3
* Fix type-dependency of bitfields in templatesElizabeth Andrews2020-02-131-0/+5
* PR44786: Don't assert when profiling <=> expressions.Richard Smith2020-02-041-2/+2
* Fix wrong devirtualization when the final overrider in one base classRichard Smith2020-01-312-4/+30
* [Concept] Fix incorrect check for containsUnexpandedParameterPack in CSESaar Raz2020-01-302-21/+50
* [Concepts] Transform constraints of non-template functions to ConstantEvaluatedSaar Raz2020-01-251-2/+2
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-241-1/+1
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-2410-96/+319
* [Concepts] Profile TypeConstraints in ProfileTemplateParameterListSaar 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-241-0/+10
* [Concepts] Requires ExpressionsSaar Raz2020-01-2412-78/+306
* [Concepts] Fix ConceptSpecializationExpr profiling crashSaar Raz2020-01-241-3/+3
* Revert 9007f06af0e "Revert "Allow system header to provide their own implemen...Hans Wennborg2020-01-171-0/+8
* Revert "Allow system header to provide their own implementation of some builtin"Amy Huang2020-01-171-8/+0
* PR44540: Prefer an inherited default constructor over an initializerRichard Smith2020-01-141-37/+43
* [Concepts] Type ConstraintsSaar Raz2020-01-157-63/+262
* Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...Dmitri Gribenko2020-01-141-4/+4
* Fix "null pointer passed to nonnull argument" clang static analyzer warnings....Simon Pilgrim2020-01-141-3/+3
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-1/+1
* Implement VectorType conditional operator GNU extension.Erich Keane2020-01-131-0/+1
* Fix cppcheck uninitialized variable in DiffTree() constructor warning. NFCI.Simon Pilgrim2020-01-131-2/+1
* Merge isVectorType() and getAs<VectorType> calls to silence clang static anal...Simon Pilgrim2020-01-131-2/+1
* Fix some cppcheck shadow variable warnings. NFCI.Simon Pilgrim2020-01-131-15/+13
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-131-2/+2
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-121-2/+2
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-111-1/+1
* Allow system header to provide their own implementation of some builtinserge-sans-paille2020-01-101-0/+8
* Add builtins for aligning and checking alignment of pointers and integersAlex Richardson2020-01-091-11/+163
* Improve support of GNU mempcpyserge-sans-paille2020-01-091-0/+7
* [Concepts] Function trailing requires clausesSaar Raz2020-01-095-41/+76
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-071-3/+3
* [NFC] Use isX86() instead of getArch()Jim Lin2020-01-071-3/+1
* Add Triple::isX86()Fangrui Song2020-01-061-3/+1
* Fix oversight in AST traversal helperStephen Kelly2020-01-051-1/+1
* Adds fixit hints to the -Wrange-loop-analysisMark de Wever2020-01-011-0/+6
* Fix crash in getFullyQualifiedName for inline namespaceAlexey Bader2019-12-281-1/+1
* [OpenCL] Pretty print __private addr spaceAnastasia Stulova2019-12-271-1/+1
* [OpenMP][NFCI] Use the libFrontend ProcBindKind in ClangJohannes Doerfert2019-12-261-1/+2
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-241-5/+13
* [clang] [ast] CXXRecordDecl::getVisibleConversionFunctions() could be constWhisperity2019-12-241-12/+10
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-231-0/+63
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-232-5/+14
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-232-28/+85
* Revert "[Concepts] Constrained partial specializations and function overloads."Reid Kleckner2019-12-222-85/+28
OpenPOWER on IntegriCloud