summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTWriterDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-0/+7
* P0217R3: serialization/deserialization support for c++17 decomposition declar...Richard Smith2016-08-121-2/+19
* [modules] Don't emit initializers for VarDecls within a module eagerly wheneverRichard Smith2016-07-201-5/+5
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+1
* Revert r275481, r275490. This broke modules bootstrap.Richard Smith2016-07-151-1/+1
* [AST] Keep track of the left brace source location of a tag decl.Argyrios Kyrtzidis2016-07-151-1/+3
* [modules] Don't pass interesting decls to the consumer for a module file that'sRichard Smith2016-07-141-1/+1
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-2/+21
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-251-0/+5
* Use even more ArrayRefsDavid Majnemer2016-06-241-3/+2
* Use more ArrayRefsDavid Majnemer2016-06-241-2/+2
* Reland r267691 fixing PR27535.Vassil Vassilev2016-04-281-10/+0
* Revert r267691, it caused PR27535.Nico Weber2016-04-271-0/+10
* [modules] Fix Decl's Used invariant.Vassil Vassilev2016-04-271-10/+0
* [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID ofRichard Smith2016-04-141-8/+1
* [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an IDRichard Smith2016-04-131-2/+2
* ASTWriterDecl.cpp: Prune a couple of \param(s), corresponding to r266160. [-W...NAKAMURA Takumi2016-04-131-10/+0
* [modules] Refactor handling of cases where we write an offset to a prior reco...Richard Smith2016-04-131-29/+12
* Minor simplifications.Richard Smith2016-04-061-1/+1
* Re-commit r265518 ("[modules] Continue factoring encoding of AST records out ofRichard Smith2016-04-061-36/+28
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-2/+4
* Revert "[modules] Continue factoring encoding of AST records out of ASTWriter."Dmitry Polukhin2016-04-061-28/+36
* [modules] Continue factoring encoding of AST records out of ASTWriter.Richard Smith2016-04-061-36/+28
* [modules] Start moving the code for encoding AST records out of ASTWriter intoRichard Smith2016-04-011-240/+237
* Remove unused support for replacing declarations from chained AST files.Richard Smith2016-03-271-28/+14
* [modules] Store a local offset to DeclContext lexical and visible contents. S...Richard Smith2016-03-251-3/+9
* [modules] Store offset to LOCAL_REDECLARATIONS record relative to the currentRichard Smith2016-03-241-1/+2
* [OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev2016-03-041-2/+1
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-0/+11
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+13
* Serialize `#pragma comment`.Nico Weber2016-03-021-0/+11
* PR26237: Fix iterator invalidation bug that occurs if serializingRichard Smith2016-02-241-11/+11
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-3/+3
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-0/+6
* Properly track that a character literal is UTF-8, and pretty print the prefix...Aaron Ballman2016-01-071-1/+1
* [modules] If the semantic and lexical DC of a decl are the same, write out theRichard Smith2015-12-111-17/+28
* Eliminate "rewritten decls" from the AST writer. NFCDouglas Gregor2015-11-031-9/+5
* No functionality change, just fix whitespace, a typo and remove an unnecessaryNick Lewycky2015-10-181-2/+2
* Simplify or remove calls to makeArrayRef based on feedback from David Blaikie...Craig Topper2015-09-291-1/+1
* Use llvm::makeArrayRef. NFC.Craig Topper2015-09-271-1/+1
* [modules] Slightly defang an assert that produces false-positives on the self...Richard Smith2015-09-111-12/+13
* Re-commit r246497 (and dependent changes r246524 and r246521), reverted inRichard Smith2015-09-011-1/+0
* Reverting r246497 (which requires also reverting r246524 and r246521 to avoid...Aaron Ballman2015-09-011-0/+1
* [modules] Rework serialized DeclContext lookup table management. Instead ofRichard Smith2015-08-311-1/+0
* [MS ABI] Correctly mangle classes without names for linkage purposesDavid Majnemer2015-08-311-5/+0
* Don't call a member function on a null pointer.Richard Smith2015-08-271-2/+5
* [modules] Further simplification and speedup of redeclaration chain loading.Richard Smith2015-08-221-10/+25
* [modules] Rearrange how redeclaration chains are loaded, to remove a walk overRichard Smith2015-08-221-36/+95
* [modules] Don't eagerly deserialize so many ImportDecls. CodeGen basically ig...Richard Smith2015-08-191-6/+11
* [modules] Improve performance when there is a local declaration of an entityRichard Smith2015-07-121-68/+34