| Commit message (Expand) | Author | Age | Files | Lines |
* | When using a default function argument for a function template (or | Douglas Gregor | 2009-12-23 | 1 | -3/+18 |
* | Switch parameter-passing for calls via function pointers (where we | Douglas Gregor | 2009-12-22 | 1 | -15/+16 |
* | Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ... | Douglas Gregor | 2009-12-22 | 1 | -5/+2 |
* | Switch initialization of parameters in a call over to | Douglas Gregor | 2009-12-22 | 1 | -2/+14 |
* | Switch compound literals over to InitializationSequence. | Eli Friedman | 2009-12-22 | 1 | -2/+9 |
* | Centralize the emission/suppression/delay of diagnostics describing runtime b... | Douglas Gregor | 2009-12-22 | 1 | -59/+51 |
* | Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s... | Douglas Gregor | 2009-12-22 | 1 | -1/+1 |
* | Allow comparison of 'void *' with function pointer | Fariborz Jahanian | 2009-12-21 | 1 | -1/+12 |
* | Unresolved implicit member accesses are dependent if the object type is depen... | John McCall | 2009-12-19 | 1 | -0/+1 |
* | When diagnosing that a decl ref expr is not a value, note the declaration | John McCall | 2009-12-18 | 1 | -1/+1 |
* | Shift things around so that it's easier to recover from a missing | John McCall | 2009-12-16 | 1 | -163/+53 |
* | Introduce a centralized routine in Sema for diagnosing failed lookups (when | John McCall | 2009-12-16 | 1 | -11/+67 |
* | Fix semantic diagnostics that embed English works, from Nicola Gigante! | Douglas Gregor | 2009-12-16 | 1 | -7/+7 |
* | Switch the C++ new expression over to InitializationSequence, rather | Douglas Gregor | 2009-12-16 | 1 | -4/+15 |
* | Diagnose attempting to assign to a sub-structure of an ivar | Fariborz Jahanian | 2009-12-15 | 1 | -0/+3 |
* | Fixes a code gen bug related to accessing a now | Fariborz Jahanian | 2009-12-15 | 1 | -1/+3 |
* | If a ParmVarDecl's default argument is a CXXExprWithTemporaries, return the u... | Anders Carlsson | 2009-12-15 | 1 | -9/+2 |
* | Support OpenCL 1.1 odd-length vector component accessors. | Nate Begeman | 2009-12-15 | 1 | -9/+1 |
* | Fix some diagnostic-related FIXMEs, from Nicola Gigante | Douglas Gregor | 2009-12-15 | 1 | -4/+3 |
* | Fix a COVTCTII (crash-on-valid-that-clang-thinks-is-invalid, duh), | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | When certain diagnostics involving run-time behavior would be emitted | Douglas Gregor | 2009-12-12 | 1 | -13/+30 |
* | Suppress warnings and errors about certain uses of non-POD types (in | Douglas Gregor | 2009-12-12 | 1 | -11/+48 |
* | Move composite type finding of two objective-c expressions | Fariborz Jahanian | 2009-12-10 | 1 | -118/+137 |
* | Codegen. support for ObjCIsaExpr AST which until now | Fariborz Jahanian | 2009-12-09 | 1 | -3/+3 |
* | Handle unresolved using decls in bare lookups. These are not being adequately | John McCall | 2009-12-08 | 1 | -3/+3 |
* | Refactor objective-c pointer assignment compatibility logic. No | Fariborz Jahanian | 2009-12-08 | 1 | -17/+24 |
* | DeclRefExpr stores a ValueDecl internally. | John McCall | 2009-12-08 | 1 | -1/+1 |
* | Patch to warn when discarding objective-c pointer type qualifiers | Fariborz Jahanian | 2009-12-08 | 1 | -0/+10 |
* | Recover from dot accesses to record pointers and arrow accesses to records. | John McCall | 2009-12-07 | 1 | -3/+32 |
* | Add the BlockDecl to the DeclContext. | Ted Kremenek | 2009-12-07 | 1 | -0/+1 |
* | Allow accessing 'isa' via '->' operator. | Fariborz Jahanian | 2009-12-07 | 1 | -0/+10 |
* | Rework how virtual member functions are marked. If a class has no key functio... | Anders Carlsson | 2009-12-07 | 1 | -0/+2 |
* | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -7/+7 |
* | fix rdar://7446395, a crash on invalid, by fixing a broken assertion. | Chris Lattner | 2009-12-05 | 1 | -4/+3 |
* | Make sure to call PerformObjectMemberConversion where necessary. | Eli Friedman | 2009-12-04 | 1 | -1/+4 |
* | Make the type of the Decl referred to by a MemberExpr a bit more precise. | Eli Friedman | 2009-12-04 | 1 | -1/+1 |
* | Use a more rigorous definition of 'class member'. I don't have any evidence | John McCall | 2009-12-02 | 1 | -7/+19 |
* | Recognize that EnumConstantDecls can be found by lookup and are not instance | John McCall | 2009-12-02 | 1 | -0/+3 |
* | Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: | John McCall | 2009-12-02 | 1 | -2/+1 |
* | Push overloaded function templates through the parser using a totally different | John McCall | 2009-12-02 | 1 | -3/+3 |
* | Stop trying to analyze class-hierarchies for dependently-scoped id-expressions; | John McCall | 2009-12-02 | 1 | -17/+23 |
* | Fix IsProvablyNotDerivedFrom to always use record definitions when available. | John McCall | 2009-12-01 | 1 | -5/+5 |
* | Rework how we support C++ implicit member accesses. If we can resolve an | John McCall | 2009-12-01 | 1 | -168/+349 |
* | Don't automatically assume that an id-expression refers to a | Douglas Gregor | 2009-12-01 | 1 | -1/+17 |
* | Eliminate warning in Release-Asserts mode. No functionality change | Douglas Gregor | 2009-12-01 | 1 | -0/+1 |
* | Fix and test for a problem caught by the clang-on-clang buildbot: qualified | John McCall | 2009-11-30 | 1 | -17/+24 |
* | Remove all of Sema's explicit uses of OverloadedFunctionDecl except for | John McCall | 2009-11-30 | 1 | -2/+0 |
* | Eliminate the use of OverloadedFunctionDecl in member expressions. | John McCall | 2009-11-30 | 1 | -346/+574 |
* | Add DeclarationName support for C++0x operator literals. They should now work as | Alexis Hunt | 2009-11-29 | 1 | -0/+1 |
* | Refactor our handling of expression evaluation contexts, so that Sema | Douglas Gregor | 2009-11-26 | 1 | -21/+28 |