summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+9
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-04-111-181/+216
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-2/+3
* Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"Akira Hatanaka2018-04-091-3/+2
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-2/+3
* DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standardRichard Smith2018-04-051-2/+6
* [ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...George Karpenkov2018-03-291-0/+1
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-0/+2
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* [Modules] Fix creating fake definition data for lambdas.Volodymyr Sapsai2018-03-211-10/+12