summaryrefslogtreecommitdiffstats
path: root/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r310983:Hans Wennborg2017-08-211-0/+6
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-051-0/+2
* Reinstate "Load lazily the template specialization in multi-module setups."Vassil Vassilev2017-06-301-38/+47
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-291-16/+21
* [ASTReader] Treat multiple defns of ObjC protocols the same as interfaces.Graydon Hoare2017-06-281-14/+35
* PR33552: Distinguish between declarations that are owned by no module andRichard Smith2017-06-231-15/+13
* PR33002: When we instantiate the definition of a static data member, we mightRichard Smith2017-06-221-2/+13
* Revert "Load lazily the template specialization in multi-module setups."Vassil Vassilev2017-06-151-47/+38
* [modules] D29951: Load lazily the template specialization in multi-module set...Vassil Vassilev2017-06-091-38/+47
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-0/+1
* [modules] Further delay calling DeclMustBeEmitted until it's safe.Vassil Vassilev2017-05-191-6/+11
* [modules] Delay calling DeclMustBeEmitted until it's safe.Vassil Vassilev2017-04-121-3/+32
* [ODRHash] Improve handling of hash valuesRichard Trieu2017-04-111-1/+5
* Modular Codegen: Support homing debug info for types in modular objectsDavid Blaikie2017-04-111-4/+15
* Modular Codegen: Add/use a bit in serialized function definitions to track wh...David Blaikie2017-04-111-0/+2
* [Serialization] Follow-up to r297972, deserialize name/loc in separate statem...Argyrios Kyrtzidis2017-03-171-4/+6
* [index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis2017-03-161-2/+4
* Take into account C++17's noexcept function types during merging -- it shouldRichard Smith2017-03-081-2/+16
* [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis2017-03-071-1/+0
* [PCH] Avoid VarDecl emission attempt if no owning module avaiableBruno Cardoso Lopes2017-03-011-2/+2
* C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f...Richard Smith2017-02-251-2/+4
* Represent pass_object_size attrs in ExtParameterInfoGeorge Burgess IV2017-02-241-3/+4
* Part of adding an improved ODR checker.Richard Trieu2017-02-181-0/+2
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+8
* Revert r295421, new ODR checker for modules, to fix build bot.Richard Trieu2017-02-171-2/+0
* Add better ODR checking for modules.Richard Trieu2017-02-171-0/+2
* Revert r295284: Add better ODR checking for modules.Richard Trieu2017-02-161-2/+0
* Add better ODR checking for modules.Richard Trieu2017-02-161-0/+2
* [Modules] Consider enable_if attrs in isSameEntity.George Burgess IV2017-02-151-2/+42
* ASTReader: Refactor common code for writing function definitions, to match th...David Blaikie2017-02-121-17/+15
* [Concepts] Class template associated constraintsHubert Tong2017-02-101-0/+1
* Sink IsExplicitSpecified flag from CXXConstructorDecl and CXXConversionDeclRichard Smith2017-02-101-3/+1
* Revert r293585 "Add better ODR checking for modules."Sam McCall2017-01-311-2/+0
* Add better ODR checking for modules.Richard Trieu2017-01-311-0/+2
* [modules] When reading / writing a typedef that is a name for linkage forRichard Smith2017-01-261-0/+5
* Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.David L. Jones2017-01-241-6/+5
* Serialize the UsesSEH bit on FunctionDeclReid Kleckner2017-01-101-0/+1
* Rename several methods on ASTRecordReader to follow LLVM style (lowerCamelCase).David L. Jones2016-12-211-65/+65
* Store the "current position" index within the ASTRecordReader.David L. Jones2016-12-211-334/+326
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-0/+15
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-15/+0
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-0/+15
* Add a class ASTRecordReader which wraps an ASTReader, a RecordData, and Modul...David L. Jones2016-12-151-349/+332
* [modules] Fix assert if multiple update records provide a definition for aRichard Smith2016-10-261-1/+4
* Reinstate r284008 reverted in r284081, with two fixes:Richard Smith2016-10-141-0/+24
* Revert r284008. This is us to fail to instantiate static data members in someRichard Smith2016-10-121-24/+0
* Reinstate r283887 and r283882.Vassil Vassilev2016-10-121-0/+24
* Revert r283887 and r283882, until the issue is understood and fixed.Vassil Vassilev2016-10-111-29/+0
* [modules] PR28752: Do not instantiate variable declarations which are not vis...Vassil Vassilev2016-10-111-0/+29
* Allocate after the early exit checks. NFC.Vassil Vassilev2016-10-061-2/+2