summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ASTReader] Use real move semantics instead of emulating them in the copy ctor.Benjamin Kramer2016-08-061-3/+3
* Move helpers into anonymous namespaces. NFC.Benjamin Kramer2016-08-061-2/+3
* [modules] Teach the ASTWriter to ignore mutations coming from the ASTReader.Vassil Vassilev2016-07-221-9/+4
* [modules] Don't emit initializers for VarDecls within a module eagerly wheneverRichard Smith2016-07-201-4/+10
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+1
* Revert r275481, r275490. This broke modules bootstrap.Richard Smith2016-07-151-9/+8
* [AST] Keep track of the left brace source location of a tag decl.Argyrios Kyrtzidis2016-07-151-2/+2
* [modules] Don't pass interesting decls to the consumer for a module file that'sRichard Smith2016-07-141-8/+9
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-031-9/+6
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-4/+34
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-251-0/+2
* PR27754: CXXRecordDecl::data() needs to perform an update even if it's calledRichard Smith2016-05-171-10/+10
* Add support for derived class special members hiding functions brought in fromRichard Smith2016-05-131-0/+4
* [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5Dmitry Polukhin2016-05-091-5/+1
* [modules] Attempt to improve performance for declaration merging without a SemaRichard Smith2016-05-061-5/+4
* Reland r267691 fixing PR27535.Vassil Vassilev2016-04-281-8/+17
* Revert r267691, it caused PR27535.Nico Weber2016-04-271-17/+8
* [modules] Fix Decl's Used invariant.Vassil Vassilev2016-04-271-8/+17
* [modules] Store the location of the lexical update record in a decl update asRichard Smith2016-04-141-1/+1
* [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID ofRichard Smith2016-04-141-2/+2
* [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an IDRichard Smith2016-04-131-5/+8
* PR25501: Delay loading visible updates for a declaration until after we'veRichard Smith2016-04-081-15/+15
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+5
* Encapsulate a couple of on-disk structures a little more.Richard Smith2016-03-271-11/+11
* Remove unused support for replacing declarations from chained AST files.Richard Smith2016-03-271-9/+2
* [modules] Store a local offset to DeclContext lexical and visible contents. S...Richard Smith2016-03-251-6/+9
* [modules] Store offset to LOCAL_REDECLARATIONS record relative to the currentRichard Smith2016-03-241-5/+11
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-0/+1
* [OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev2016-03-041-5/+4
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-1/+15
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+20
* Serialize `#pragma comment`.Nico Weber2016-03-021-0/+18
* [modules] Prefer more complete array types.Vassil Vassilev2016-02-281-1/+1
* Test commit.Vassil Vassilev2016-02-261-5/+5
* Fix rejects-valid caused by r261297.Nico Weber2016-02-241-0/+2
* Implement the likely resolution of core issue 253.Nico Weber2016-02-191-0/+2
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-4/+4
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-0/+8
* PR25271: When attaching default template arguments to redeclarations of aRichard Smith2016-02-041-0/+2
* Merge templated static member variables, fixes http://llvm.org/pr26179.Yaron Keren2016-01-221-2/+18
* Only instantiate a default argument once.John McCall2016-01-061-0/+15
* [TrailingObjects] Convert Decl* classes.James Y Knight2015-12-291-6/+9
* [modules] If the semantic and lexical DC of a decl are the same, write out theRichard Smith2015-12-111-0/+4
* Use llvm::make_range to reduce mentions of iterator type. NFCCraig Topper2015-12-061-3/+2
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+5
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-9/+11
* Remove trivial dtor that was making uses of the copy ctor -Wdeprecated uncleanDavid Blaikie2015-09-281-2/+1
* Re-commit r246497 (and dependent changes r246524 and r246521), reverted inRichard Smith2015-09-011-8/+5
* Reverting r246497 (which requires also reverting r246524 and r246521 to avoid...Aaron Ballman2015-09-011-5/+8
* [modules] Rework serialized DeclContext lookup table management. Instead ofRichard Smith2015-08-311-8/+5
OpenPOWER on IntegriCloud