| Commit message (Expand) | Author | Age | Files | Lines |
| * | Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence | Douglas Gregor | 2009-12-22 | 1 | -1/+1 |
| * | Zap CheckInitializerTypes. | Eli Friedman | 2009-12-22 | 1 | -4/+0 |
| * | Centralize the emission/suppression/delay of diagnostics describing runtime b... | Douglas Gregor | 2009-12-22 | 1 | -1/+2 |
| * | When a template-id refers to a single function template, and the | Douglas Gregor | 2009-12-21 | 1 | -1/+12 |
| * | Small comment fix. | Eli Friedman | 2009-12-21 | 1 | -1/+1 |
| * | Don't inject the class name until that magical lbrace. | John McCall | 2009-12-20 | 1 | -0/+6 |
| * | Kill off PreDeclaratorDC. | John McCall | 2009-12-19 | 1 | -4/+0 |
| * | Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made | John McCall | 2009-12-19 | 1 | -0/+4 |
| * | Pull Sema::isAcceptableLookupResult into SemaLookup. Extract the criteria into | John McCall | 2009-12-18 | 1 | -34/+0 |
| * | Switch the initialization required by return statements over to the | Douglas Gregor | 2009-12-18 | 1 | -0/+3 |
| * | When value-initializing a class with no user-defined constructors but | Douglas Gregor | 2009-12-16 | 1 | -2/+4 |
| * | implement PR5654: add -fassume-sane-operator-new, which is enabled by default... | Nuno Lopes | 2009-12-16 | 1 | -1/+2 |
| * | fix build | Nuno Lopes | 2009-12-16 | 1 | -1/+1 |
| * | Shift things around so that it's easier to recover from a missing | John McCall | 2009-12-16 | 1 | -23/+11 |
| * | Introduce a centralized routine in Sema for diagnosing failed lookups (when | John McCall | 2009-12-16 | 1 | -0/+2 |
| * | Eliminate Sema::CheckValueInitialization; its callers now use | Douglas Gregor | 2009-12-16 | 1 | -3/+2 |
| * | Fix semantic diagnostics that embed English works, from Nicola Gigante! | Douglas Gregor | 2009-12-16 | 1 | -9/+21 |
| * | Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Ac... | Anders Carlsson | 2009-12-16 | 1 | -0/+3 |
| * | Switch the C++ new expression over to InitializationSequence, rather | Douglas Gregor | 2009-12-16 | 1 | -2/+2 |
| * | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson | 2009-12-15 | 1 | -2/+1 |
| * | When certain diagnostics involving run-time behavior would be emitted | Douglas Gregor | 2009-12-12 | 1 | -1/+17 |
| * | Don't enter a new scope for a namespace-qualified declarator unless we're | John McCall | 2009-12-11 | 1 | -0/+2 |
| * | Implement access declarations. Most of the work here is parsing them, which | John McCall | 2009-12-11 | 1 | -0/+1 |
| * | Patch to fix a crash trying to access a category name in | Fariborz Jahanian | 2009-12-11 | 1 | -5/+1 |
| * | Move composite type finding of two objective-c expressions | Fariborz Jahanian | 2009-12-10 | 1 | -0/+3 |
| * | Implement redeclaration checking and hiding semantics for using declarations.... | John McCall | 2009-12-10 | 1 | -4/+18 |
| * | Reimplement reference initialization (C++ [dcl.init.ref]) using the | Douglas Gregor | 2009-12-09 | 1 | -19/+6 |
| * | Rename Sema::IsOverload to Sema::CheckOverload. Teach it to ignore unresolved | John McCall | 2009-12-09 | 1 | -2/+16 |
| * | Pass the current SourceLocation to getAssignOperatorMethod, fixing a crash wh... | Anders Carlsson | 2009-12-09 | 1 | -1/+2 |
| * | Refactor objective-c pointer assignment compatibility logic. No | Fariborz Jahanian | 2009-12-08 | 1 | -0/+3 |
| * | DeclRefExpr stores a ValueDecl internally. | John McCall | 2009-12-08 | 1 | -1/+1 |
| * | Correctly implement the C++03 and 0x restrictions on class-member using | John McCall | 2009-12-08 | 1 | -0/+3 |
| * | Recover from dot accesses to record pointers and arrow accesses to records. | John McCall | 2009-12-07 | 1 | -1/+1 |
| * | Code completion for Objective-C @ keywords that are statements or expressions | Douglas Gregor | 2009-12-07 | 1 | -0/+2 |
| * | Code completion for Objective-C @ directives | Douglas Gregor | 2009-12-07 | 1 | -0/+2 |
| * | Rework how virtual member functions are marked. If a class has no key functio... | Anders Carlsson | 2009-12-07 | 1 | -3/+19 |
| * | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -20/+20 |
| * | reapply my patch for PR4451, which improves diagnostics for :: vs : confusion. | Chris Lattner | 2009-12-07 | 1 | -1/+8 |
| * | revert my previous patch, it is breaking something and I don't have time | Chris Lattner | 2009-12-06 | 1 | -8/+1 |
| * | implement PR4451, improving error recovery for a mistaken : where a :: was | Chris Lattner | 2009-12-06 | 1 | -1/+8 |
| * | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall | 2009-12-04 | 1 | -0/+4 |
| * | Unify the end-of-class code paths used by the parser and template | Douglas Gregor | 2009-12-03 | 1 | -0/+1 |
| * | When instantiating a class, if a base specifier is not dependent we still nee... | Anders Carlsson | 2009-12-03 | 1 | -0/+8 |
| * | Honor using declarations in overload resolution. Most of the code for | John McCall | 2009-12-03 | 1 | -6/+12 |
| * | Improve source location information for C++ member initializers in a | Douglas Gregor | 2009-12-02 | 1 | -2/+5 |
| * | In Sema, whenever we think that a function is going to cause a vtable to be g... | Anders Carlsson | 2009-12-02 | 1 | -3/+8 |
| * | Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: | John McCall | 2009-12-02 | 1 | -1/+1 |
| * | Stop trying to analyze class-hierarchies for dependently-scoped id-expressions; | John McCall | 2009-12-02 | 1 | -3/+2 |
| * | Fix a code gen. crash synthesizing a destructor. | Fariborz Jahanian | 2009-12-01 | 1 | -2/+3 |
| * | Rework how we support C++ implicit member accesses. If we can resolve an | John McCall | 2009-12-01 | 1 | -4/+13 |