| Commit message (Expand) | Author | Age | Files | Lines |
| * | [OPENMP 4.0] Initial support for 'omp declare reduction' construct. | Alexey Bataev | 2016-03-03 | 1 | -0/+11 |
| * | Serialize `#pragma detect_mismatch`. | Nico Weber | 2016-03-02 | 1 | -0/+13 |
| * | Serialize `#pragma comment`. | Nico Weber | 2016-03-02 | 1 | -0/+11 |
| * | PR26237: Fix iterator invalidation bug that occurs if serializing | Richard Smith | 2016-02-24 | 1 | -11/+11 |
| * | [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC. | Alexey Bataev | 2016-02-11 | 1 | -3/+3 |
| * | [OPENMP 4.5] Ccapture/codegen of private non-static data members. | Alexey Bataev | 2016-02-08 | 1 | -0/+6 |
| * | Properly track that a character literal is UTF-8, and pretty print the prefix... | Aaron Ballman | 2016-01-07 | 1 | -1/+1 |
| * | [modules] If the semantic and lexical DC of a decl are the same, write out the | Richard Smith | 2015-12-11 | 1 | -17/+28 |
| * | Eliminate "rewritten decls" from the AST writer. NFC | Douglas Gregor | 2015-11-03 | 1 | -9/+5 |
| * | 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 |