| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | objc: Include all types when issuing warning under | Fariborz Jahanian | 2012-08-08 | 1 | -1/+1 |
* | objc-arc: Make -Wdirect-ivar-access accessible to all | Fariborz Jahanian | 2012-08-07 | 1 | -5/+5 |
* | objective-c: Exclude -Wdirect-ivar-access for arc. | Fariborz Jahanian | 2012-08-07 | 1 | -2/+11 |
* | objective-c: Implement gcc's -Wdirect-ivar-access option. | Fariborz Jahanian | 2012-08-06 | 1 | -1/+3 |
* | Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. | Anna Zaks | 2012-07-27 | 1 | -3/+0 |
* | objective-c: If an ivar is (1) the first ivar in a root class and (2) named `... | Fariborz Jahanian | 2012-06-21 | 1 | -1/+14 |
* | Documentation cleanup: | James Dennett | 2012-06-15 | 1 | -3/+3 |
* | Introduce -Wunused-private-field. If enabled, this warning detects | Daniel Jasper | 2012-06-06 | 1 | -0/+2 |
* | Anonymous union members within a struct are now properly handled as an uneval... | Aaron Ballman | 2012-06-01 | 1 | -1/+1 |
* | Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() | Douglas Gregor | 2012-05-04 | 1 | -5/+4 |
* | Let's use the correct bool this time. | Kaelyn Uhrain | 2012-05-01 | 1 | -1/+1 |
* | A couple of very small tweaks suggested by Doug in reply to r155580 and r155163. | Kaelyn Uhrain | 2012-05-01 | 1 | -1/+1 |
* | Add an error message with fixit hint for changing '.' to '->'. | Kaelyn Uhrain | 2012-04-25 | 1 | -3/+32 |
* | Also highlight the member name. | Matt Beaumont-Gay | 2012-04-21 | 1 | -2/+2 |
* | Fix a QoI bug reported by a user. | Matt Beaumont-Gay | 2012-04-21 | 1 | -2/+2 |
* | Implement C++11 [expr.prim.general]p3, which permits the use of 'this' | Douglas Gregor | 2012-04-16 | 1 | -12/+5 |
* | Improve diagnostics for invalid use of non-static members / this: | Richard Smith | 2012-04-05 | 1 | -19/+27 |
* | Fix crash on invalid code. I've tried to produce a reduced test case, but wh... | Ted Kremenek | 2012-03-17 | 1 | -1/+10 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -8/+8 |
* | objective-c lldb support: don't perform ivar access control check | Fariborz Jahanian | 2012-03-07 | 1 | -9/+10 |
* | Fix r151443 to only apply C++11's exception for non-static data member access | Richard Smith | 2012-02-25 | 1 | -5/+14 |
* | PR11956: C++11's special exception for accessing non-static data members from | Richard Smith | 2012-02-25 | 1 | -15/+15 |
* | Bugfix: bogus warning -- "invalid use of non-static data member", | DeLesley Hutchins | 2012-02-25 | 1 | -1/+2 |
* | Fixed instantiation of DependentScopeDeclRefExpr. | Abramo Bagnara | 2012-02-06 | 1 | -2/+2 |
* | Split Sema::MarkDeclarationReferenced into multiple functions; the additional... | Eli Friedman | 2012-02-02 | 1 | -16/+17 |
* | Make the callback object to Sema::CorrectTypo mandatory. | Kaelyn Uhrain | 2012-01-31 | 1 | -2/+2 |
* | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara | 2012-01-27 | 1 | -16/+26 |
* | Remove PotentiallyPotentiallyEvaluated, and replace it with a much simpler an... | Eli Friedman | 2012-01-20 | 1 | -35/+11 |
* | objc: deprecate direct usage of 'isa' of objc objects | Fariborz Jahanian | 2012-01-18 | 1 | -2/+4 |
* | Make PotentiallyPotentiallyEvaluated contexts work correctly when referencing... | Eli Friedman | 2012-01-18 | 1 | -15/+44 |
* | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -1/+0 |
* | Convert SemaExprMember.cpp to pass a callback object to CorrectTypo, | Kaelyn Uhrain | 2012-01-13 | 1 | -12/+23 |
* | A few minor improvements to error recovery trying to access member of a funct... | Eli Friedman | 2012-01-13 | 1 | -7/+5 |
* | More lambda work: semantic analysis of capturing 'this'. It's a bit complica... | Eli Friedman | 2012-01-07 | 1 | -0/+3 |
* | Diagnose cases where the definition of a particular type is required, | Douglas Gregor | 2012-01-02 | 1 | -0/+5 |
* | Unlike in C++03, a constant-expression is not an unevaluated operand in C++11. | Richard Smith | 2011-12-20 | 1 | -1/+1 |
* | Replace all comparisons between ObjCInterfaceDecl pointers with calls | Douglas Gregor | 2011-12-15 | 1 | -2/+2 |
* | Fix some cases where a CK_IntegralCast was being used to convert an lvalue to an | Richard Smith | 2011-10-27 | 1 | -0/+1 |
* | Pull out conversion on LHS of -> and . into its own function. This happens | Richard Smith | 2011-10-26 | 1 | -7/+12 |
* | Restore r142914 and r142915, now with missing file and apparent | John McCall | 2011-10-25 | 1 | -40/+8 |
* | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi | 2011-10-25 | 1 | -8/+40 |
* | Introduce a placeholder type for "pseudo object" | John McCall | 2011-10-25 | 1 | -40/+8 |
* | Make it possible to compute the type of 'this' without capturing | Douglas Gregor | 2011-10-18 | 1 | -2/+2 |
* | obj-c++: Fix a IRGen crash when getter is a reference type. | Fariborz Jahanian | 2011-10-17 | 1 | -9/+9 |
* | Catch placeholder types in DefaultLvalueConversion | John McCall | 2011-10-11 | 1 | -43/+19 |
* | Don't complain about qualified property or ivar access when the | Douglas Gregor | 2011-10-10 | 1 | -2/+2 |
* | Diagnose attempts to qualify the name of an instance variable or | Douglas Gregor | 2011-10-09 | 1 | -0/+14 |
* | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis | 2011-09-19 | 1 | -1/+1 |
* | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 1 | -1/+1 |
* | Encapsulate the Objective-C id/Class/SEL "redefinition" types in | Douglas Gregor | 2011-08-11 | 1 | -4/+5 |