summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for destroying operator delete, per C++2a proposal P0722.Richard Smith2017-10-131-0/+2
* [modules ts] Emit global variables in a module interface unit as part of that...Richard Smith2017-09-061-0/+19
* [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev2017-09-061-0/+1
* [c++2a] P0683R1: Permit default member initializers for bit-fields.Richard Smith2017-08-281-13/+13
* [modules ts] Do not emit strong function definitions from the module interfac...Richard Smith2017-07-061-2/+12
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-0/+5
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-181-1/+1
* Modular Codegen: Separate flags for function and debug info supportDavid Blaikie2017-04-121-3/+3
* Modular Codegen: Add/use a bit in serialized function definitions to track wh...David Blaikie2017-04-111-6/+8
* [index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis2017-03-161-0/+2
* [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis2017-03-071-1/+0
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+6
* Sink IsExplicitSpecified flag from CXXConstructorDecl and CXXConversionDeclRichard Smith2017-02-101-3/+2
* Prototype of modules codegenDavid Blaikie2017-01-301-3/+6
* [modules] When reading / writing a typedef that is a name for linkage forRichard Smith2017-01-261-0/+1
* Serialize the UsesSEH bit on FunctionDeclReid Kleckner2017-01-101-0/+2
* Fix for LLVM Bitcode API change (to use std::shared_ptr)David Blaikie2017-01-041-29/+29
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-0/+12
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-12/+0
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-0/+12
* Reinstate r284008 reverted in r284081, with two fixes:Richard Smith2016-10-141-0/+4
* Revert r284008. This is us to fail to instantiate static data members in someRichard Smith2016-10-121-4/+0
* Reinstate r283887 and r283882.Vassil Vassilev2016-10-121-0/+4
* Revert r283887 and r283882, until the issue is understood and fixed.Vassil Vassilev2016-10-111-4/+0
* [modules] PR28752: Do not instantiate variable declarations which are not vis...Vassil Vassilev2016-10-111-0/+4
* [modules] Allow VarDecls with initializers to use special var abbrev.Vassil Vassilev2016-10-061-10/+8
OpenPOWER on IntegriCloud