summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+3
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-0/+3
* Revert r343518.Akira Hatanaka2018-10-011-3/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-0/+3
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+11
* [OPENMP] Fix PR38903: Crash on instantiation of the non-dependentAlexey Bataev2018-09-131-0/+4
* Revert r341754.Akira Hatanaka2018-09-091-3/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-09-081-0/+3
* [OPENMP] FIx processing of declare target variables.Alexey Bataev2018-08-151-2/+1
* [CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka2018-08-101-0/+8
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-3/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-7/+7
* Serialize DoesNotEscape.Akira Hatanaka2018-08-011-0/+1
* [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into...Erich Keane2018-08-011-6/+6
* [AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...Erich Keane2018-08-011-21/+20
* [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...Erich Keane2018-08-011-1/+1
* Remove trailing spaceFangrui Song2018-07-301-26/+26
* [ODRHash] Support hashing enums.Richard Trieu2018-07-251-0/+3
* [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev2018-07-241-0/+1
* [modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (butRichard Smith2018-06-291-5/+10
* Revert r335019 "Update NRVO logic to support early return (Attempt 2)"Taiju Tsuiki2018-06-191-2/+2
* Update NRVO logic to support early return (Attempt 2)Taiju Tsuiki2018-06-191-2/+2
* Revert "Update NRVO logic to support early return"Sam McCall2018-05-301-2/+2
* Update NRVO logic to support early returnTaiju Tsuiki2018-05-301-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-7/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+7
* [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
* [ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...George Karpenkov2018-03-291-0/+2
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-0/+3
* Sink PrettyDeclStackTrace down to the AST libraryJordan Rose2018-03-231-0/+4
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-191-0/+2
* Serialize the NonTrivialToPrimitive* flags I added in r326307.Akira Hatanaka2018-03-131-0/+11
* Revert "[ObjC] Allow declaring __weak pointer fields in C structs inAkira Hatanaka2018-03-121-2/+0
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-101-0/+2
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-051-0/+2
* Implement Attribute Target MultiVersioningErich Keane2018-01-081-0/+2
* Serialize the IDNS for a UsingShadowDecl rather than recomputing it.Richard Smith2018-01-061-0/+1
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-231-0/+3
* Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer2017-12-171-4/+2
* Revert r320230 to fix buildbots.Richard Trieu2017-12-091-3/+0
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-091-0/+3
* PR35456: Track definedness of variable template specializations separately fromRichard Smith2017-12-021-0/+1
* Adjust r316292 - remove the anonymous union for sharing a bitfield in Functio...Faisal Vali2017-11-111-1/+1
* Modular Codegen: Don't home always_inline functionsDavid Blaikie2017-11-021-3/+5
* Modular Codegen: Don't home/modularize static functions in headersDavid Blaikie2017-11-021-9/+16
* [C++17] Fix PR34970 - tweak overload resolution for class template deduction-...Faisal Vali2017-10-221-0/+1
OpenPOWER on IntegriCloud