| Commit message (Expand) | Author | Age | Files | Lines |
* | No functionality change, just fix whitespace, a typo and remove an unnecessary | Nick Lewycky | 2015-10-18 | 1 | -2/+2 |
* | Simplify or remove calls to makeArrayRef based on feedback from David Blaikie... | Craig Topper | 2015-09-29 | 1 | -1/+1 |
* | Use llvm::makeArrayRef. NFC. | Craig Topper | 2015-09-27 | 1 | -1/+1 |
* | [modules] Slightly defang an assert that produces false-positives on the self... | Richard Smith | 2015-09-11 | 1 | -12/+13 |
* | Re-commit r246497 (and dependent changes r246524 and r246521), reverted in | Richard Smith | 2015-09-01 | 1 | -1/+0 |
* | Reverting r246497 (which requires also reverting r246524 and r246521 to avoid... | Aaron Ballman | 2015-09-01 | 1 | -0/+1 |
* | [modules] Rework serialized DeclContext lookup table management. Instead of | Richard Smith | 2015-08-31 | 1 | -1/+0 |
* | [MS ABI] Correctly mangle classes without names for linkage purposes | David Majnemer | 2015-08-31 | 1 | -5/+0 |
* | Don't call a member function on a null pointer. | Richard Smith | 2015-08-27 | 1 | -2/+5 |
* | [modules] Further simplification and speedup of redeclaration chain loading. | Richard Smith | 2015-08-22 | 1 | -10/+25 |
* | [modules] Rearrange how redeclaration chains are loaded, to remove a walk over | Richard Smith | 2015-08-22 | 1 | -36/+95 |
* | [modules] Don't eagerly deserialize so many ImportDecls. CodeGen basically ig... | Richard Smith | 2015-08-19 | 1 | -6/+11 |
* | [modules] Improve performance when there is a local declaration of an entity | Richard Smith | 2015-07-12 | 1 | -68/+34 |
* | [modules] Fix crash when writing an update record for a redeclaration of an e... | Richard Smith | 2015-07-08 | 1 | -4/+6 |
* | Implement variance for Objective-C type parameters. | Douglas Gregor | 2015-07-07 | 1 | -0/+2 |
* | Substitute type arguments into uses of Objective-C interface members. | Douglas Gregor | 2015-07-07 | 1 | -0/+1 |
* | Handle Objective-C type arguments. | Douglas Gregor | 2015-07-07 | 1 | -2/+1 |
* | Parsing, semantic analysis, and AST for Objective-C type parameters. | Douglas Gregor | 2015-07-07 | 1 | -0/+26 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Extend type nullability qualifiers for Objective-C. | Douglas Gregor | 2015-06-19 | 1 | -1/+2 |
* | push_back() loop -> append() for random access iterators. | Benjamin Kramer | 2015-06-12 | 1 | -2/+1 |
* | [modules] Reconstruct template default argument inheritance on reload rather | Richard Smith | 2015-06-10 | 1 | -12/+13 |
* | Refactor storage of default template arguments. | Richard Smith | 2015-06-10 | 1 | -7/+13 |
* | [AST] Put VarDeclBitfields on a diet | David Majnemer | 2015-05-19 | 1 | -14/+9 |
* | [Modules] Work around PR23030 again, in a different code path, where | Chandler Carruth | 2015-03-27 | 1 | -6/+9 |
* | [Modules] When walking the lookup results in a namespace, sort them by | Chandler Carruth | 2015-03-27 | 1 | -9/+23 |
* | [Modules] Delete a bunch of complex code for ensuring visible decls in | Chandler Carruth | 2015-03-26 | 1 | -2/+2 |
* | [modules] Deserialize CXXCtorInitializer list for a constructor lazily. | Richard Smith | 2015-03-24 | 1 | -14/+15 |
* | [modules] Don't clobber a destructor's operator delete when adding another one; | Richard Smith | 2015-03-10 | 1 | -1/+1 |
* | [modules] Rework merging of redeclaration chains on module import. | Richard Smith | 2015-03-05 | 1 | -14/+31 |
* | [modules] When writing out a list of specializations for a template, if we have | Richard Smith | 2015-02-27 | 1 | -51/+58 |
* | [modules] Treat friend declarations that are lexically within a dependent | Richard Smith | 2015-02-07 | 1 | -2/+11 |
* | PR22405: don't lose implicit-deleted-ness across AST write / read. | Richard Smith | 2015-02-06 | 1 | -14/+14 |
* | [modules] If a module declares an entity and then imports another declaration | Richard Smith | 2015-02-06 | 1 | -8/+26 |
* | Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC | Alexey Bataev | 2015-01-12 | 1 | -2/+2 |
* | Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable. | Alexey Bataev | 2014-12-16 | 1 | -1/+2 |
* | Change how we distinguish bitfield widths, in-class | John McCall | 2014-10-10 | 1 | -9/+8 |
* | [modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixes | Richard Smith | 2014-09-03 | 1 | -0/+1 |
* | Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and... | Craig Topper | 2014-08-30 | 1 | -2/+2 |
* | [modules] Fix deserialization cycle when loading a tag declaration with a typ... | Richard Smith | 2014-08-30 | 1 | -10/+19 |
* | [C++11] Support for capturing of variable length arrays in lambda expression. | Alexey Bataev | 2014-08-28 | 1 | -3/+9 |
* | [modules] Number anonymous declarations that are lexically within mergeable | Richard Smith | 2014-08-28 | 1 | -0/+6 |
* | [modules] Add an assert that we properly manage the IsCompleteDefinition flag | Richard Smith | 2014-08-27 | 1 | -1/+2 |
* | [modules] Track the described template in an alias declaration that is the | Richard Smith | 2014-08-26 | 1 | -0/+1 |
* | [modules] Add abbreviation for ImplicitCastExpr. This is the most common | Richard Smith | 2014-07-27 | 1 | -0/+18 |
* | [modules] Improve abbreviations for C++: | Richard Smith | 2014-07-26 | 1 | -8/+72 |
* | [PCH] Remove the BackingIvarReferencedInAccessor field from DECL_OBJC_IVAR ab... | Argyrios Kyrtzidis | 2014-06-21 | 1 | -2/+0 |
* | Recompute the injected class name type for a class template specialization | Richard Smith | 2014-05-23 | 1 | -2/+0 |
* | [C++11] Use 'nullptr'. Serialization edition. | Craig Topper | 2014-05-22 | 1 | -11/+11 |