aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization
AgeCommit message (Expand)Author
2019-05-04[clang] adding explicit(bool) from c++2aNicolas Lesser
2019-05-03Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan
2019-05-02[Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan
2019-05-02Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith
2019-04-18[Serialization] Stable serialization order for OpenCLTypeExtMap and OpenCLDec...Bruno Ricci
2019-03-31Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song
2019-03-30Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev
2019-03-27[OPENMP]Initial support for 'allocate' clause.Alexey Bataev
2019-03-20[OPENMP]Improve detection of omp_allocator_handle_t type and predefinedAlexey Bataev
2019-03-20[clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev
2019-03-12[NFC][clang][PCH][ObjC] Add some missing `VisitStmt(S);`Roman Lebedev
2019-03-12[OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev
2019-03-12Modules: Add LangOptions::CacheGeneratedPCHDuncan P. N. Exon Smith
2019-03-09Modules: Invalidate out-of-date PCMs as they're discoveredDuncan P. N. Exon Smith
2019-03-09Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith
2019-03-07[OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev
2019-03-06Modules: Add -Rmodule-importDuncan P. N. Exon Smith
2019-03-03Modules: Document that ReadASTCore exits its final loop via `return`, NFCDuncan P. N. Exon Smith
2019-02-27Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka
2019-02-25[OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse
2019-02-22[OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse
2019-02-19[OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse
2019-02-05[modules] Fix handling of initializers for templated global variables.Richard Smith
2019-02-01[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse
2019-01-28Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova
2019-01-26[AST] Pack GenericSelectionExprBruno Ricci
2019-01-26[AST][NFC] Various cleanups to GenericSelectionExprBruno Ricci
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-09[AST] Store the results in OverloadExpr in a trailing arrayBruno Ricci
2019-01-08[AST][NFC] Pack CXXScalarValueInitExprBruno Ricci
2019-01-08[AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplateParmExprBruno Ricci
2019-01-08[AST] Pack CXXDependentScopeMemberExprBruno Ricci
2019-01-07[AST] Store some data of CXXNewExpr as trailing objectsBruno Ricci
2019-01-07[AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExprBruno Ricci
2019-01-07[AST][NFC] Pack OpaqueValueExprBruno Ricci
2019-01-04[ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington
2018-12-22[AST] Store the arguments of CXXConstructExpr in a trailing arrayBruno Ricci
2018-12-21[AST][NFC] Pack CXXOperatorCallExprBruno Ricci
2018-12-21[AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci
2018-12-18[OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li
2018-12-14Fix up diagnostics.Richard Trieu
2018-12-13[OpenCL] Add generic AS to 'this' pointerMikael Nilsson
2018-12-12[AST] Store "UsesADL" information in CallExpr.Eric Fiselier
2018-12-12Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson
2018-12-12[OpenCL] Add generic AS to 'this' pointerMikael Nilsson
2018-12-12Move PCHContainerOperations from Frontend to SerializationRichard Trieu
2018-12-10Use zip_longest for iterator range comparisons. NFC.Michael Kruse
2018-12-04PTH-- Remove feature entirely-Erich Keane
2018-12-03[Serialization][NFC] Remove pointless "+ 0" in ASTReaderBruno Ricci
2018-12-03[AST][Sema] Remove CallExpr::setNumArgsBruno Ricci