summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP]Improve detection of omp_allocator_handle_t type and predefinedAlexey Bataev2019-03-201-2/+7
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-4/+14
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-1/+21
* Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka2019-02-271-0/+1
* [modules] Fix handling of initializers for templated global variables.Richard Smith2019-02-051-1/+1
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-1/+22
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-041-1/+1
* Fix up diagnostics.Richard Trieu2018-12-141-1/+0
* Use zip_longest for iterator range comparisons. NFC.Michael Kruse2018-12-101-10/+15
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-0/+1
* Revert r343518.Akira Hatanaka2018-10-011-1/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-0/+1
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-1/+1
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+16
* [OPENMP] Fix PR38903: Crash on instantiation of the non-dependentAlexey Bataev2018-09-131-4/+11
* Track definition merging on the canonical declaration even when localRichard Smith2018-09-121-15/+2
* Revert r342019, "Track definition merging on the canonical declarationRichard Smith2018-09-121-2/+15
* Track definition merging on the canonical declaration even when localRichard Smith2018-09-121-15/+2
* Revert r341754.Akira Hatanaka2018-09-091-1/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-09-081-0/+1
* Model type attributes as regular Attrs.Richard Smith2018-08-201-10/+63
* [OPENMP] FIx processing of declare target variables.Alexey Bataev2018-08-151-1/+8
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-63/+10
* Model type attributes as regular Attrs.Richard Smith2018-08-131-10/+63
* [CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka2018-08-101-0/+6
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-22/+11
* [modules] Defer merging deduced return types.Richard Smith2018-08-031-14/+22
* Serialize DoesNotEscape.Akira Hatanaka2018-08-011-0/+1
* [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into...Erich Keane2018-08-011-7/+7
* [AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...Erich Keane2018-08-011-26/+27
* [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...Erich Keane2018-08-011-10/+10
* [serialization] PR34728: Don't assume that only a suffix of templateRichard Smith2018-07-311-15/+9
* Remove trailing spaceFangrui Song2018-07-301-22/+22
* [ODRHash] Support hashing enums.Richard Trieu2018-07-251-0/+5
* PR33924: merge local declarations that have linkage of some kind withinRichard Smith2018-07-041-23/+85
* Revert r336021 "PR33924: merge local declarations that have linkage of some k...Hans Wennborg2018-07-031-80/+23
* PR33924: merge local declarations that have linkage of some kind withinRichard Smith2018-06-291-23/+80
* [modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (butRichard Smith2018-06-291-7/+6
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-11/+22
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-22/+11
* Revert r335019 "Update NRVO logic to support early return (Attempt 2)"Taiju Tsuiki2018-06-191-1/+1
* Update NRVO logic to support early return (Attempt 2)Taiju Tsuiki2018-06-191-1/+1
* Revert "Update NRVO logic to support early return"Sam McCall2018-05-301-1/+1
* Update NRVO logic to support early returnTaiju Tsuiki2018-05-301-1/+1
* Move helper classes into anonymous namespaces. NFCI.Benjamin Kramer2018-05-151-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-21/+21
* [Modules] Handle ObjC/C ODR-like semantics for EnumConstantDeclBruno Cardoso Lopes2018-04-301-4/+20
* [Modules][ObjC] ASTReader should add protocols for class extensionsBruno Cardoso Lopes2018-04-271-0/+6
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-9/+0
OpenPOWER on IntegriCloud