| Commit message (Expand) | Author | Age | Files | Lines |
| * | When performing qualified name lookup into the current instantiation, | Douglas Gregor | 2010-01-15 | 1 | -1/+2 |
| * | When qualified lookup into the current instantiation fails (because it | Douglas Gregor | 2010-01-14 | 1 | -0/+1 |
| * | Code-completion for @public, @protected, @private, @package. | Douglas Gregor | 2010-01-13 | 1 | -0/+1 |
| * | Implement semantic checking for C++ literal operators. | Alexis Hunt | 2010-01-13 | 1 | -0/+2 |
| * | Add an unreachable code checker. | Mike Stump | 2010-01-13 | 1 | -3/+7 |
| * | When in objective-c methods, do the built-in name lookup after | Fariborz Jahanian | 2010-01-12 | 1 | -1/+2 |
| * | Improve recovery for template-ids whose template-name doesn't actually | Douglas Gregor | 2010-01-12 | 1 | -0/+8 |
| * | implement PR6004, warning about divide and remainder by zero. | Chris Lattner | 2010-01-12 | 1 | -1/+2 |
| * | So I was sitting around, trying vainly to think of something to commit, and then | John McCall | 2010-01-12 | 1 | -0/+1 |
| * | Introduce a specific representation for the ambiguous implicit conversion | John McCall | 2010-01-12 | 1 | -0/+3 |
| * | Implement name lookup for conversion function template specializations | Douglas Gregor | 2010-01-11 | 1 | -1/+7 |
| * | Improve code completion by introducing patterns for the various C and | Douglas Gregor | 2010-01-10 | 1 | -1/+2 |
| * | Generalize target weirdness handling having proper layering in mind: | Anton Korobeynikov | 2010-01-10 | 1 | -3/+4 |
| * | Change the printing of OR_Deleted overload results to print all the candidates, | John McCall | 2010-01-08 | 1 | -3/+13 |
| * | Change ObjCContainerDecl to contain the entire range for the '@end' | Ted Kremenek | 2010-01-07 | 1 | -4/+5 |
| * | Improve the diagnostics used to report implicitly-generated class members | John McCall | 2010-01-06 | 1 | -0/+1 |
| * | Make our marking of virtual members functions in a class be | Douglas Gregor | 2010-01-06 | 1 | -5/+5 |
| * | Move the -Wconversion logic into SemaChecking.cpp. There's a fair amount of | John McCall | 2010-01-04 | 1 | -4/+5 |
| * | Remember if the AsmStmt came from Microsoft-style inline assembly code. | Mike Stump | 2010-01-04 | 1 | -1/+2 |
| * | Implement typo correction for a variety of Objective-C-specific | Douglas Gregor | 2010-01-03 | 1 | -2/+4 |
| * | Get rid of some unnecessary code. | Eli Friedman | 2010-01-02 | 1 | -5/+0 |
| * | Eliminate dead code. | Eli Friedman | 2010-01-02 | 1 | -2/+0 |
| * | Typo correction for member access into classes/structs/unions, e.g., | Douglas Gregor | 2009-12-31 | 1 | -0/+1 |
| * | Implement typo correction for id-expressions, e.g., | Douglas Gregor | 2009-12-31 | 1 | -3/+2 |
| * | Typo correction for type names when they appear in declarations, e.g., given | Douglas Gregor | 2009-12-30 | 1 | -2/+12 |
| * | 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 |