summaryrefslogtreecommitdiff
path: root/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Factor out duplicated code building a MemberExpr and marking it" and ...Benjamin Kramer2019-06-052-72/+76
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-042-76/+72
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-032-0/+11
* Revert "clang support gnu asm goto."Erich Keane2019-05-302-11/+0
* clang support gnu asm goto.Jennifer Yu2019-05-302-0/+11
* Permit static local structured bindings to be named from arbitrary scopes ins...Richard Smith2019-05-251-1/+3
* Fix crash deserializing a CUDAKernelCallExpr with a +Asserts binary.Richard Smith2019-05-241-1/+1
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-213-5/+11
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-162-0/+26
* PR41845: Detect and reject mismatched inner/outer pack expansion sizesRichard Smith2019-05-132-0/+2
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-093-15/+19
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-092-0/+11
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-072-0/+25
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-063-19/+15
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-043-15/+19
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-032-25/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-022-0/+25
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-022-7/+32
* [Serialization] Stable serialization order for OpenCLTypeExtMap and OpenCLDec...Bruno Ricci2019-04-181-9/+45
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-312-3/+2
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+4
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-272-0/+24
* [OPENMP]Improve detection of omp_allocator_handle_t type and predefinedAlexey Bataev2019-03-202-5/+13
* [clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev2019-03-203-4/+10
* [NFC][clang][PCH][ObjC] Add some missing `VisitStmt(S);`Roman Lebedev2019-03-122-3/+9
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-124-4/+32
* Modules: Add LangOptions::CacheGeneratedPCHDuncan P. N. Exon Smith2019-03-122-5/+9
* Modules: Invalidate out-of-date PCMs as they're discoveredDuncan P. N. Exon Smith2019-03-094-36/+87
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-096-31/+83
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-075-2/+47
* Modules: Add -Rmodule-importDuncan P. N. Exon Smith2019-03-061-0/+6
* Modules: Document that ReadASTCore exits its final loop via `return`, NFCDuncan P. N. Exon Smith2019-03-031-1/+1
* Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka2019-02-272-0/+2
* [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse2019-02-252-0/+14
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-222-0/+14
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-192-30/+44
* [modules] Fix handling of initializers for templated global variables.Richard Smith2019-02-053-2/+17
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-014-3/+39
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-2/+2
* [AST] Pack GenericSelectionExprBruno Ricci2019-01-262-22/+31
* [AST][NFC] Various cleanups to GenericSelectionExprBruno Ricci2019-01-262-7/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1916-64/+48
* [AST] Store the results in OverloadExpr in a trailing arrayBruno Ricci2019-01-092-28/+46
* [AST][NFC] Pack CXXScalarValueInitExprBruno Ricci2019-01-081-1/+1
* [AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplateParmExprBruno Ricci2019-01-081-2/+2
* [AST] Pack CXXDependentScopeMemberExprBruno Ricci2019-01-082-26/+47
* [AST] Store some data of CXXNewExpr as trailing objectsBruno Ricci2019-01-072-18/+43
* [AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExprBruno Ricci2019-01-072-3/+3
* [AST][NFC] Pack OpaqueValueExprBruno Ricci2019-01-071-1/+1
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-042-3/+4