summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [MS ABI] Correctly mangle classes without names for linkage purposesDavid Majnemer2015-08-311-6/+3
* [modules] Further simplification and speedup of redeclaration chain loading.Richard Smith2015-08-221-34/+35
* [modules] Remove some dead code after r245779.Richard Smith2015-08-221-168/+35
* [modules] Rearrange how redeclaration chains are loaded, to remove a walk overRichard Smith2015-08-221-40/+37
* [modules] When loading a template specialization, re-canonicalize its templateRichard Smith2015-08-091-4/+7
* [modules] Remove now-unused MergedLookups map.Richard Smith2015-08-061-20/+0
* [modules] Defer setting up the lookup table for a DeclContext until we canRichard Smith2015-08-061-39/+33
* [AST] ArrayRefize BlockDecl::setCaptures. No functionality change intended.Benjamin Kramer2015-08-051-2/+1
* [modules] Make IndirectFieldDecl mergeable to avoid lookup ambiguity when the...Richard Smith2015-08-041-0/+9
* [modules] Add an assert for redeclarations that we never added to their redeclRichard Smith2015-07-271-17/+30
* [Modules] Wrap the main ModuleManager visitor in a function_ref.Benjamin Kramer2015-07-251-12/+5
* [modules] Switch to the normal reverse postorder visitation algorithm when co...Richard Smith2015-07-151-75/+80
* Minor simplification, no functionality change.Richard Smith2015-07-121-14/+1
* [modules] Improve performance when there is a local declaration of an entityRichard Smith2015-07-121-17/+27
* Implement variance for Objective-C type parameters.Douglas Gregor2015-07-071-0/+2
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-0/+1
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-2/+1
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-1/+36
* [modules] Merging support for specializations of a function template. This veryRichard Smith2015-07-011-5/+5
* [modules] Remove some out-of-date (fixed) FIXMEs.Richard Smith2015-07-011-9/+0
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-1/+9
OpenPOWER on IntegriCloud