| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix implementation of the likely resolution of core issue 253 to support class | Richard Smith | 2016-10-28 | 1 | -1/+1 |
* | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer | 2016-10-20 | 1 | -1/+1 |
* | Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of | Richard Smith | 2016-10-10 | 1 | -4/+22 |
* | Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ... | Daniel Jasper | 2016-10-10 | 1 | -22/+4 |
* | P0035R4: Semantic analysis and code generation for C++17 overaligned | Richard Smith | 2016-10-10 | 1 | -4/+22 |
* | P0035R4: add std::align_val_t overloads of operator new/delete in C++17 mode. | Richard Smith | 2016-09-29 | 1 | -1/+1 |
* | Lazily load the ContextDecl for a lambda's DefinitionData, to fix a | Richard Smith | 2016-08-25 | 1 | -0/+6 |
* | PR28978: If we need overload resolution for the move constructor of an | Richard Smith | 2016-08-16 | 1 | -0/+11 |
* | Explicitly generate a reference variable to hold the initializer for a | Richard Smith | 2016-08-14 | 1 | -0/+13 |
* | P0217R3: serialization/deserialization support for c++17 decomposition declar... | Richard Smith | 2016-08-12 | 1 | -2/+3 |
* | Remove unused and undesirable reference from BindingDecl to DecompositionDecl. | Richard Smith | 2016-08-12 | 1 | -3/+2 |
* | P0217R3: Constant expression evaluation for decomposition declarations. | Richard Smith | 2016-08-12 | 1 | -2/+3 |
* | P0217R3: Perform semantic checks and initialization for the bindings in a | Richard Smith | 2016-08-11 | 1 | -0/+12 |
* | P0217R3: Parsing support and framework for AST representation of C++1z | Richard Smith | 2016-07-22 | 1 | -0/+38 |
* | [ASTMatchers] New forEachOverriden matcher. | Clement Courbet | 2016-07-05 | 1 | -0/+7 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -35/+74 |
* | Revert "[ASTMatchers] New forEachOverriden matcher." | Chandler Carruth | 2016-06-11 | 1 | -7/+0 |
* | [ASTMatchers] New forEachOverriden matcher. | Clement Courbet | 2016-06-10 | 1 | -0/+7 |
* | [MSVC] Support for __unaligned qualifier in functions | Andrey Bokhanko | 2016-05-26 | 1 | -1/+1 |
* | [AST] Cleanup comments regarding CXXRecordDecl::isEmpty | David Majnemer | 2016-05-22 | 1 | -8/+11 |
* | PR27754: CXXRecordDecl::data() needs to perform an update even if it's called | Richard Smith | 2016-05-17 | 1 | -1/+1 |
* | Add support for derived class special members hiding functions brought in from | Richard Smith | 2016-05-13 | 1 | -0/+10 |
* | P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas... | Richard Smith | 2016-03-08 | 1 | -5/+20 |
* | Fix rejects-valid caused by r261297. | Nico Weber | 2016-02-24 | 1 | -0/+3 |
* | Fix SemaTemplate/instantiate-field.cpp after r261297. | Nico Weber | 2016-02-19 | 1 | -1/+1 |
* | Implement the likely resolution of core issue 253. | Nico Weber | 2016-02-19 | 1 | -28/+37 |
* | [ptr-traits] Move methods manipulating PointerUnions, DenseMap pointer | Chandler Carruth | 2015-12-30 | 1 | -0/+28 |
* | [TrailingObjects] Convert Decl* classes. | James Y Knight | 2015-12-29 | 1 | -4/+3 |
* | Revert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC" | Craig Topper | 2015-12-25 | 1 | -5/+6 |
* | [Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC | Craig Topper | 2015-12-24 | 1 | -6/+5 |
* | [AST] Turn the callbacks of lookupInBases and forallBases into a function_ref | Benjamin Kramer | 2015-07-25 | 1 | -7/+1 |
* | [modules] When determining the visible module set during template | Richard Smith | 2015-07-08 | 1 | -3/+3 |
* | Update -Winvalid-noreturn to handle destructors better. | Richard Trieu | 2015-05-28 | 1 | -0/+22 |
* | [modules] Deserialize CXXCtorInitializer list for a constructor lazily. | Richard Smith | 2015-03-24 | 1 | -0/+4 |
* | [modules] Don't clobber a destructor's operator delete when adding another one; | Richard Smith | 2015-03-10 | 1 | -0/+9 |
* | Cleanup: remove artificial division between lookup results and const lookup | Richard Smith | 2015-02-21 | 1 | -5/+5 |
* | Revert r167816 and replace it with a proper fix for the issue: do not | Richard Smith | 2015-02-21 | 1 | -3/+2 |
* | Update APIs that return a pair of iterators to return an iterator_range instead. | Benjamin Kramer | 2015-02-06 | 1 | -2/+2 |
* | DebugInfo: Correct the debug location of non-static data member initializers | David Blaikie | 2015-01-18 | 1 | -3/+3 |
* | If a non-template constructor instantiated to X(X), | John McCall | 2014-12-14 | 1 | -1/+0 |
* | Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator... | David Blaikie | 2014-11-19 | 1 | -2/+2 |
* | Factor code into CXXRecordDecl::getTemplateInstantiationPattern() helper | Reid Kleckner | 2014-10-14 | 1 | -0/+38 |
* | Fix an assertion failure trying to emit a trivial destructor in ObjC++ | Ben Langmuir | 2014-09-26 | 1 | -20/+14 |
* | [modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixes | Richard Smith | 2014-09-03 | 1 | -2/+13 |
* | C++1y is now C++14! | Aaron Ballman | 2014-08-19 | 1 | -1/+1 |
* | Add missing initialization found due to a valgrind false positive. | Richard Smith | 2014-07-21 | 1 | -1/+1 |
* | MS ABI: Fix inheritance model calculation in CRTP | David Majnemer | 2014-06-13 | 1 | -2/+7 |
* | Avoid allocating extra memory to handle the lazy definition data pointer for | Richard Smith | 2014-05-22 | 1 | -3/+3 |
* | If a declaration is loaded, and then a module import adds a redeclaration, then | Richard Smith | 2014-05-16 | 1 | -41/+44 |
* | [C++11] Use 'nullptr'. AST edition. | Craig Topper | 2014-05-12 | 1 | -56/+65 |