| Commit message (Expand) | Author | Age | Files | Lines |
| * | Access checking for overloaded operators. | John McCall | 2010-01-28 | 1 | -0/+2 |
| * | Add placeholder function in Sema for new format string checking logic. | Ted Kremenek | 2010-01-28 | 1 | -0/+7 |
| * | Implement access-check delays for out-of-line member definitions | John McCall | 2010-01-27 | 1 | -4/+56 |
| * | Implement access control for overloaded functions. Suppress access control | John McCall | 2010-01-27 | 1 | -9/+15 |
| * | Handle redeclarations found by ADL deterministically and reasonably. | John McCall | 2010-01-26 | 1 | -3/+2 |
| * | Preserve access bits through overload resolution much better. Some | John McCall | 2010-01-26 | 1 | -7/+13 |
| * | Pass access specifiers around in overload resolution. | John McCall | 2010-01-26 | 1 | -4/+12 |
| * | Implement instantiation of AsmStmts (Crazy, I know) | Anders Carlsson | 2010-01-24 | 1 | -1/+1 |
| * | fix PR6034, a crash on invalid where the switch stack would get | Chris Lattner | 2010-01-24 | 1 | -0/+2 |
| * | Implement elementary access control. | John McCall | 2010-01-23 | 1 | -0/+3 |
| * | Patch to implement required warnings for unimplemented | Fariborz Jahanian | 2010-01-20 | 1 | -3/+11 |
| * | Teach Sema::ActOnDependentTemplateName that a dependent template name | Douglas Gregor | 2010-01-19 | 1 | -1/+0 |
| * | Preserve type source information in compound literal expressions. | John McCall | 2010-01-18 | 1 | -1/+6 |
| * | Mostly renaming some methods and updating comments to | Fariborz Jahanian | 2010-01-18 | 1 | -4/+6 |
| * | Introduce a second queue of "local" pending implicit instantiation, | Douglas Gregor | 2010-01-16 | 1 | -2/+23 |
| * | Keep track of the source locations for each protocol reference in | Douglas Gregor | 2010-01-16 | 1 | -0/+3 |
| * | Preserve type source information for C++ named casts through template | John McCall | 2010-01-15 | 1 | -0/+7 |
| * | Don't lose type source information when rebuilding C-style cast expressions. | John McCall | 2010-01-15 | 1 | -0/+5 |
| * | Don't repeat lookup when instantiating resolved member expressions. | John McCall | 2010-01-15 | 1 | -1/+1 |
| * | 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 |