aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ASTWriterDecl.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-03[OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev1-0/+11
2016-03-02Serialize `#pragma detect_mismatch`.Nico Weber1-0/+13
2016-03-02Serialize `#pragma comment`.Nico Weber1-0/+11
2016-02-24PR26237: Fix iterator invalidation bug that occurs if serializingRichard Smith1-11/+11
2016-02-11[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev1-3/+3
2016-02-08[OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev1-0/+6
2016-01-07Properly track that a character literal is UTF-8, and pretty print the prefix...Aaron Ballman1-1/+1
2015-12-11[modules] If the semantic and lexical DC of a decl are the same, write out theRichard Smith1-17/+28
2015-11-03Eliminate "rewritten decls" from the AST writer. NFCDouglas Gregor1-9/+5
2015-10-18No functionality change, just fix whitespace, a typo and remove an unnecessaryNick Lewycky1-2/+2
2015-09-29Simplify or remove calls to makeArrayRef based on feedback from David Blaikie...Craig Topper1-1/+1
2015-09-27Use llvm::makeArrayRef. NFC.Craig Topper1-1/+1
2015-09-11[modules] Slightly defang an assert that produces false-positives on the self...Richard Smith1-12/+13
2015-09-01Re-commit r246497 (and dependent changes r246524 and r246521), reverted inRichard Smith1-1/+0
2015-09-01Reverting r246497 (which requires also reverting r246524 and r246521 to avoid...Aaron Ballman1-0/+1
2015-08-31[modules] Rework serialized DeclContext lookup table management. Instead ofRichard Smith1-1/+0