| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | fix PR6034, a crash on invalid where the switch stack would get  | Chris Lattner | 2010-01-24 | 1 | -0/+10 | 
| *  | Give UnresolvedSet the ability to store access specifiers for each declaration. | John McCall | 2010-01-20 | 1 | -2/+2 | 
| *  | Implement goto inside of blocks. | Mike Stump | 2010-01-19 | 1 | -4/+0 | 
| *  | Remember if the AsmStmt came from Microsoft-style inline assembly code. | Mike Stump | 2010-01-04 | 1 | -4/+5 | 
| *  | Remove some dead variables clang-analyzer found. | Benjamin Kramer | 2009-12-25 | 1 | -1/+0 | 
| *  | Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ... | Douglas Gregor | 2009-12-22 | 1 | -29/+1 | 
| *  | fix PR4010: add support for the warn_unused_result for function pointers | Nuno Lopes | 2009-12-20 | 1 | -1/+1 | 
| *  | Try to de-bork DISABLE_SMART_POINTERS build | Douglas Gregor | 2009-12-18 | 1 | -7/+7 | 
| *  | Switch the initialization required by return statements over to the | Douglas Gregor | 2009-12-18 | 1 | -6/+42 | 
| *  | Fix semantic diagnostics that embed English works, from Nicola Gigante! | Douglas Gregor | 2009-12-16 | 1 | -3/+3 | 
| *  | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson | 2009-12-15 | 1 | -3/+3 | 
| *  | Fix a thinko where we weren't always performing unary conversions on the swit... | Douglas Gregor | 2009-11-25 | 1 | -4/+4 | 
| *  | When the condition of a switch() statement is semantically invalid, | Douglas Gregor | 2009-11-25 | 1 | -6/+7 | 
| *  | Refactor ActOnFinishSwitchStmt to simplify it further | Douglas Gregor | 2009-11-25 | 1 | -14/+6 | 
| *  | Refactor ActOnFinishSwitchStmt to simplify and reduce nesting | Douglas Gregor | 2009-11-25 | 1 | -93/+106 | 
| *  | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor | 2009-11-25 | 1 | -47/+62 | 
| *  | Clean up the AST for while loops and fix several problems with | Douglas Gregor | 2009-11-24 | 1 | -1/+11 | 
| *  | Explicitly store the condition variable within switch statements, and | Douglas Gregor | 2009-11-24 | 1 | -1/+11 | 
| *  | Explicitly track the condition variable within an "if" statement, | Douglas Gregor | 2009-11-23 | 1 | -2/+11 | 
| *  | Require a class type to be complete before probing its conversion | Douglas Gregor | 2009-11-23 | 1 | -0/+7 | 
| *  | Implement conversion from a switch condition with class type to an | Douglas Gregor | 2009-11-23 | 1 | -32/+98 | 
| *  | Don't issue spurious diagnostic with Obj-C fast enumeration. | Fariborz Jahanian | 2009-11-19 | 1 | -0/+9 | 
| *  | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor | 2009-11-16 | 1 | -2/+1 | 
| *  | If we attempt to add a constructor template specialization that looks | Douglas Gregor | 2009-11-14 | 1 | -2/+5 | 
| *  | Refine volatile handling, specifically, we must have the canonical | Mike Stump | 2009-11-03 | 1 | -1/+1 | 
| *  | Remove default argument for ImpCastExprToType.  Add appropriate argument  | Eli Friedman | 2009-10-20 | 1 | -2/+2 | 
| *  | Fix for PR5190, Credit to Zhanyong Wan. | Edward O'Callaghan | 2009-10-17 | 1 | -5/+14 | 
| *  | Implement PR4407 - missing warnings on case value overflow, | Chris Lattner | 2009-10-16 | 1 | -2/+27 | 
| *  | make the diagnostic in the 'unused result' warning more precise | Chris Lattner | 2009-10-13 | 1 | -0/+19 | 
| *  | Implement -Wparentheses:  warn about using assignments in contexts that require | John McCall | 2009-10-12 | 1 | -48/+10 | 
| *  | When the return type of a function is dependent, don't perform any | Douglas Gregor | 2009-10-01 | 1 | -1/+2 | 
| *  | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -8/+5 | 
| *  | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -98/+98 | 
| *  | This patch does the following. | Fariborz Jahanian | 2009-09-03 | 1 | -1/+9 | 
| *  | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian | 2009-08-20 | 1 | -1/+1 | 
| *  | Switch to SmallString::str from SmallString::c_str. | Daniel Dunbar | 2009-08-19 | 1 | -4/+4 | 
| *  | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian | 2009-08-18 | 1 | -1/+1 | 
| *  | Change ActOnReturnStmt to not take a FullExprArg. Instead, Sema will wrap the... | Anders Carlsson | 2009-08-18 | 1 | -2/+6 | 
| *  | Improve the diagnostic emitted when an unused ObjC property getter | Chris Lattner | 2009-08-16 | 1 | -2/+10 | 
| *  | objc2's foreach statement's selector type can be | Fariborz Jahanian | 2009-08-14 | 1 | -1/+2 | 
| *  | More warnings for unused expressions. | Anders Carlsson | 2009-08-01 | 1 | -0/+2 | 
| *  | Diagnose unused expression results for all statements, just not compound stat... | Anders Carlsson | 2009-07-30 | 1 | -5/+17 | 
| *  | Factor code out into a DiagnoseUnusedExprResult function. | Anders Carlsson | 2009-07-30 | 1 | -12/+20 | 
| *  | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -2/+2 | 
| *  | Check for identical types in C++ catch expression. Patch by Erik Verbruggen. | Sebastian Redl | 2009-07-29 | 1 | -5/+70 | 
| *  | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -2/+2 | 
| *  | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek | 2009-07-16 | 1 | -2/+2 | 
| *  | Remove ASTContext::isObjCObjectPointerType(). | Steve Naroff | 2009-07-16 | 1 | -5/+5 | 
| *  | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -3/+3 | 
| *  | Support for [class.local]p4. | Anders Carlsson | 2009-06-24 | 1 | -1/+0 |