| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for PR12222. | Erik Verbruggen | 2012-12-25 | 1 | -5/+5 |
* | PR13470: Ensure that copy-list-initialization isntantiates as | Richard Smith | 2012-12-19 | 1 | -10/+16 |
* | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -14/+10 |
* | Implement C++03 [dcl.init]p5's checking for value-initialization of references | Richard Smith | 2012-12-08 | 1 | -4/+64 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -4/+4 |
* | Consistently use 'needsImplicit<special member>' to determine whether we need | Richard Smith | 2012-12-01 | 1 | -5/+2 |
* | Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, | Argyrios Kyrtzidis | 2012-11-28 | 1 | -9/+10 |
* | objective-C arc: load of a __weak object happens via call to | Fariborz Jahanian | 2012-11-27 | 1 | -7/+19 |
* | Copy the decls returned by DeclContext::lookup_result to a | Argyrios Kyrtzidis | 2012-11-13 | 1 | -12/+27 |
* | PR14021: Copy lookup results to ensure safe iteration. | David Blaikie | 2012-10-18 | 1 | -2/+8 |
* | Tests for DR1507. | Richard Smith | 2012-10-18 | 1 | -1/+2 |
* | Update comment to match DR1502. | Richard Smith | 2012-10-17 | 1 | -2/+1 |
* | Cleaning up the self initialization checker. | Richard Trieu | 2012-10-01 | 1 | -8/+0 |
* | When processing an InitListExpr and skipping the initialization of an invalid | Richard Smith | 2012-09-28 | 1 | -0/+2 |
* | Move the null check outside of the loop, no functionality change. | Argyrios Kyrtzidis | 2012-09-10 | 1 | -1/+4 |
* | Push ArrayRef through the Expr hierarchy. | Benjamin Kramer | 2012-08-24 | 1 | -11/+8 |
* | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer | 2012-08-23 | 1 | -1/+1 |
* | Remove ASTOwningVector, it doesn't own anything and provides no value over Sm... | Benjamin Kramer | 2012-08-23 | 1 | -4/+4 |
* | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -32/+32 |
* | Fix a bunch of -Wdocumentation warnings. | Dmitri Gribenko | 2012-08-23 | 1 | -1/+1 |
* | Simplify code, no functionality change. | Benjamin Kramer | 2012-08-04 | 1 | -2/+1 |
* | Explicitly defaulted constructors cannot be used for default initialization. | Aaron Ballman | 2012-07-31 | 1 | -1/+1 |
* | When testing whether we can perform copy or move initialization, be | Douglas Gregor | 2012-07-31 | 1 | -2/+2 |
* | PR12670: Support for initializing an array of non-aggregate class type from an | Richard Smith | 2012-07-07 | 1 | -41/+34 |
* | PR13273: When performing list-initialization with an empty initializer list, | Richard Smith | 2012-07-05 | 1 | -109/+102 |
* | Still more Doxygen documentation fixes: | James Dennett | 2012-06-14 | 1 | -1/+1 |
* | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -22/+22 |
* | Add a warning for when an array-to-pointer decay is performed on an array | Richard Smith | 2012-06-04 | 1 | -0/+49 |
* | A union can have a constexpr defaulted default constructor, if it has an | Richard Smith | 2012-05-07 | 1 | -5/+4 |
* | Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() | Douglas Gregor | 2012-05-04 | 1 | -3/+3 |
* | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -23/+23 |
* | Add missing -Wc++98-compat warnings for initializer list initializations which | Richard Smith | 2012-04-19 | 1 | -0/+15 |
* | When we determine that an initialization sequence failed due to an | Douglas Gregor | 2012-04-10 | 1 | -3/+3 |
* | Fix several problems with protected access control: | John McCall | 2012-04-07 | 1 | -1/+1 |
* | Dependent-sequence initialization of a single element can be direct | Douglas Gregor | 2012-04-04 | 1 | -1/+2 |
* | Silence -Wunused-variable in -Asserts build | Matt Beaumont-Gay | 2012-04-02 | 1 | -0/+1 |
* | Properly handle explicit constructors in list-initialization. Fixes PR12120. | Sebastian Redl | 2012-04-01 | 1 | -2/+27 |
* | PR10217: Provide diagnostics explaining why an implicitly-deleted special | Richard Smith | 2012-03-30 | 1 | -38/+10 |
* | Teach APValue printer to print boolean 0 and 1 as 'false' and 'true'. Fix up | Richard Smith | 2012-03-23 | 1 | -2/+4 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -42/+42 |
* | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -8/+3 |
* | [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). | Daniel Dunbar | 2012-03-09 | 1 | -16/+16 |
* | Turn explicit construction of temporaries using initializer list syntax into ... | Sebastian Redl | 2012-03-08 | 1 | -4/+8 |
* | Be smarter in discovering list-initialization of temporaries. Fixes PR12182. | Sebastian Redl | 2012-03-07 | 1 | -1/+1 |
* | If the element type of an initializer list has a destructor, make sure we che... | Sebastian Redl | 2012-03-05 | 1 | -0/+13 |
* | Tentatively fix PR12117. The test case from the bug now passes, and all exist... | Sebastian Redl | 2012-02-29 | 1 | -8/+11 |
* | ArrayRef'ize various functions in the AST/Parser/Sema. | Ahmed Charles | 2012-02-25 | 1 | -19/+22 |
* | Implement C++11 [over.match.copy]p1b2, which allows the use of | Douglas Gregor | 2012-02-24 | 1 | -9/+35 |
* | Sink variable into assert | Matt Beaumont-Gay | 2012-02-24 | 1 | -2/+1 |
* | Kill a spurious use of hasTrivialDefaultConstructor() | Douglas Gregor | 2012-02-24 | 1 | -2/+1 |