aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ASTWriterDecl.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-06[modules ts] Do not emit strong function definitions from the module interfac...Richard Smith1-2/+12
2017-06-09[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev1-0/+5
2017-05-18[modules] Switch from inferring owning modules based on source location toRichard Smith1-1/+1
2017-04-12Modular Codegen: Separate flags for function and debug info supportDavid Blaikie1-3/+3
2017-04-11Modular Codegen: Add/use a bit in serialized function definitions to track wh...David Blaikie1-6/+8
2017-03-16[index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis1-0/+2
2017-03-07[AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis1-1/+0
2017-02-17Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith1-0/+6
2017-02-10Sink IsExplicitSpecified flag from CXXConstructorDecl and CXXConversionDeclRichard Smith1-3/+2
2017-01-30Prototype of modules codegenDavid Blaikie1-3/+6
2017-01-26[modules] When reading / writing a typedef that is a name for linkage forRichard Smith1-0/+1
2017-01-10Serialize the UsesSEH bit on FunctionDeclReid Kleckner1-0/+2
2017-01-04Fix for LLVM Bitcode API change (to use std::shared_ptr)David Blaikie1-29/+29
2016-12-20[c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith1-0/+12
2016-12-19Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper1-12/+0
2016-12-19[c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith1-0/+12
2016-10-14Reinstate r284008 reverted in r284081, with two fixes:Richard Smith1-0/+4
2016-10-12Revert r284008. This is us to fail to instantiate static data members in someRichard Smith1-4/+0
2016-10-12Reinstate r283887 and r283882.Vassil Vassilev1-0/+4
2016-10-11Revert r283887 and r283882, until the issue is understood and fixed.Vassil Vassilev1-4/+0
2016-10-11[modules] PR28752: Do not instantiate variable declarations which are not vis...Vassil Vassilev1-0/+4
2016-10-06[modules] Allow VarDecls with initializers to use special var abbrev.Vassil Vassilev1-10/+8
2016-09-08C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith1-0/+7
2016-08-12P0217R3: serialization/deserialization support for c++17 decomposition declar...Richard Smith1-2/+19
2016-07-20[modules] Don't emit initializers for VarDecls within a module eagerly wheneverRichard Smith1-5/+5
2016-07-18[NFC] Header cleanupMehdi Amini1-2/+1
2016-07-15Revert r275481, r275490. This broke modules bootstrap.Richard Smith1-1/+1
2016-07-15[AST] Keep track of the left brace source location of a tag decl.Argyrios Kyrtzidis1-1/+3
2016-07-14[modules] Don't pass interesting decls to the consumer for a module file that'sRichard Smith1-1/+1
2016-06-28P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith1-2/+21
2016-06-25Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith1-0/+5
2016-06-24Use even more ArrayRefsDavid Majnemer1-3/+2
2016-06-24Use more ArrayRefsDavid Majnemer1-2/+2
2016-04-28Reland r267691 fixing PR27535.Vassil Vassilev1-10/+0
2016-04-27Revert r267691, it caused PR27535.Nico Weber1-0/+10
2016-04-27[modules] Fix Decl's Used invariant.Vassil Vassilev1-10/+0
2016-04-14[modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID ofRichard Smith1-8/+1
2016-04-13[modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an IDRichard Smith1-2/+2
2016-04-13ASTWriterDecl.cpp: Prune a couple of \param(s), corresponding to r266160. [-W...NAKAMURA Takumi1-10/+0
2016-04-13[modules] Refactor handling of cases where we write an offset to a prior reco...Richard Smith1-29/+12
2016-04-06Minor simplifications.Richard Smith1-1/+1
2016-04-06Re-commit r265518 ("[modules] Continue factoring encoding of AST records out ofRichard Smith1-36/+28
2016-04-06[OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin1-2/+4
2016-04-06Revert "[modules] Continue factoring encoding of AST records out of ASTWriter."Dmitry Polukhin1-28/+36
2016-04-06[modules] Continue factoring encoding of AST records out of ASTWriter.Richard Smith1-36/+28
2016-04-01[modules] Start moving the code for encoding AST records out of ASTWriter intoRichard Smith1-240/+237
2016-03-27Remove unused support for replacing declarations from chained AST files.Richard Smith1-28/+14
2016-03-25[modules] Store a local offset to DeclContext lexical and visible contents. S...Richard Smith1-3/+9
2016-03-24[modules] Store offset to LOCAL_REDECLARATIONS record relative to the currentRichard Smith1-1/+2
2016-03-04[OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev1-2/+1