| Commit message (Expand) | Author | Age | Files | Lines |
* | objective-c: remove IsConstProperty as it does not | Fariborz Jahanian | 2012-04-10 | 1 | -17/+1 |
* | objective-c: add an assertion for property | Fariborz Jahanian | 2012-04-10 | 1 | -0/+5 |
* | Fix bugs found by -Wconstant-conversion improvements currently under review. | David Blaikie | 2012-04-09 | 1 | -1/+1 |
* | Implement support for null non-type template arguments for non-type | Douglas Gregor | 2012-04-06 | 1 | -1/+2 |
* | Fix a Sema invariant bug that I recently introduced involving | John McCall | 2012-04-06 | 1 | -0/+3 |
* | Properly implement the C rules for composite types for qualified pointers in ... | Eli Friedman | 2012-04-05 | 1 | -11/+27 |
* | Enter an expression evaluation context when parsing | John McCall | 2012-04-04 | 1 | -0/+14 |
* | Remove dead assignment to local variable. | Ted Kremenek | 2012-04-04 | 1 | -2/+0 |
* | Finish PR10217: Ensure we say that a special member was implicitly, not | Richard Smith | 2012-04-02 | 1 | -8/+11 |
* | PR10217: Provide diagnostics explaining why an implicitly-deleted special | Richard Smith | 2012-03-30 | 1 | -1/+20 |
* | Forbid the block and lambda copy-capture of __autoreleasing variables | John McCall | 2012-03-30 | 1 | -0/+21 |
* | objective-c: Improve diagnostics and | Fariborz Jahanian | 2012-03-28 | 1 | -6/+6 |
* | Alternate fix to PR12248: put Sema in charge of special-casing | John McCall | 2012-03-13 | 1 | -3/+36 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -107/+107 |
* | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -62/+12 |
* | [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). | Daniel Dunbar | 2012-03-09 | 1 | -11/+12 |
* | Support for raw and template forms of numeric user-defined literals, | Richard Smith | 2012-03-09 | 1 | -23/+117 |
* | [AST] Reduce Decl::getASTContext() calls. | Daniel Dunbar | 2012-03-09 | 1 | -4/+5 |
* | Don't crash when a statement in a block is ill-formed but | John McCall | 2012-03-08 | 1 | -0/+2 |
* | Add support for cooked forms of user-defined-integer-literal and | Richard Smith | 2012-03-08 | 1 | -28/+67 |
* | User-defined literal support for character literals. | Richard Smith | 2012-03-08 | 1 | -4/+27 |
* | AST representation for user-defined literals, plus just enough of semantic | Richard Smith | 2012-03-07 | 1 | -4/+21 |
* | objective-c lldb support: don't perform ivar access control check | Fariborz Jahanian | 2012-03-07 | 1 | -1/+2 |
* | Cleanup (style). Thanks to Argyrios for catching | Sean Callanan | 2012-03-06 | 1 | -8/+3 |
* | Extended the UnknownAnyTy resolver to handle | Sean Callanan | 2012-03-06 | 1 | -10/+34 |
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -4/+21 |
* | Undo patch for // rdar://10735698 | Fariborz Jahanian | 2012-03-06 | 1 | -6/+1 |
* | patch to optionally warn for block implementations without explicit | Fariborz Jahanian | 2012-03-05 | 1 | -1/+6 |
* | Add -Wstring-plus-int, which warns on "str" + int and int + "str". | Nico Weber | 2012-03-02 | 1 | -3/+48 |
* | Change diagnostic test for my last patch. | Fariborz Jahanian | 2012-03-02 | 1 | -3/+2 |
* | Ensure that we instantiate static reference data members of class templates | Richard Smith | 2012-03-02 | 1 | -2/+3 |
* | c/objc: problem originally reported as an objective-c bug. | Fariborz Jahanian | 2012-03-01 | 1 | -0/+6 |
* | Fix the isReferenced bit on parameters in a couple of edge cases. PR12153. | Eli Friedman | 2012-03-01 | 1 | -0/+1 |
* | Fix a couple -Wuninitialized warnings from gcc. Reported by David Greene. | Eli Friedman | 2012-02-29 | 1 | -1/+1 |
* | A couple minor bug-fixes for template instantiation for expressions which are... | Eli Friedman | 2012-02-29 | 1 | -0/+2 |
* | Make the odr-use logic work correctly for constant-expressions. PR12006. | Eli Friedman | 2012-02-29 | 1 | -0/+12 |
* | Convert initializer lists to temporaries in CreateBuiltinBinOp. Allows assign... | Sebastian Redl | 2012-02-27 | 1 | -0/+19 |
* | Make sure we don't try to produce a definition of an implicitly-deleted function | Richard Smith | 2012-02-26 | 1 | -3/+5 |
* | ArrayRef'ize various functions in the AST/Parser/Sema. | Ahmed Charles | 2012-02-25 | 1 | -4/+5 |
* | Improve the diagnostic in ARC mode when a conditional with an Objective-C typ... | Eli Friedman | 2012-02-25 | 1 | -0/+16 |
* | Implement C++11 [over.match.copy]p1b2, which allows the use of | Douglas Gregor | 2012-02-24 | 1 | -2/+5 |
* | Pull the OpaqueValueExpr's source expression into its constructor, so | Douglas Gregor | 2012-02-23 | 1 | -1/+2 |
* | Implement C++11 [expr.call]p11: If the operand to a decltype-specifier is a | Richard Smith | 2012-02-22 | 1 | -2/+11 |
* | Improve our handling of lambda expressions that occur within default | Douglas Gregor | 2012-02-21 | 1 | -4/+22 |
* | Implement name mangling for lambda expressions that occur within the | Douglas Gregor | 2012-02-21 | 1 | -2/+4 |
* | Fix wrong-code bug: __imag on a scalar lvalue should produce a zero rvalue, | Richard Smith | 2012-02-18 | 1 | -4/+10 |
* | Remove unused but set variable. | Benjamin Kramer | 2012-02-18 | 1 | -3/+0 |
* | Rewrite variable capture within lambda expressions and blocks, | Douglas Gregor | 2012-02-18 | 1 | -196/+205 |
* | Unify our computation of the type of a captured reference to a | Douglas Gregor | 2012-02-18 | 1 | -41/+40 |
* | Only add 'const' to the type of variables captured in a lambda when | Douglas Gregor | 2012-02-17 | 1 | -2/+7 |