| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [class.local] p1 and p3. Also, add back the xcodeproj file. | Anders Carlsson | 2009-06-24 | 1 | -0/+1 |
* | Use QualType to represent block's implicit return type as | Fariborz Jahanian | 2009-06-19 | 1 | -4/+11 |
* | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 2009-06-18 | 1 | -3/+3 |
* | add the location of the ')' in a do/while statement to DoStmt. | Chris Lattner | 2009-06-12 | 1 | -2/+3 |
* | Downgrade an error about "return in a no-return function" from being | Chris Lattner | 2009-05-31 | 1 | -4/+2 |
* | ActOnReturnStmt should also take a FullExprArg. | Anders Carlsson | 2009-05-30 | 1 | -2/+2 |
* | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad | 2009-05-21 | 1 | -1/+1 |
* | Make ActOnWhileStmt take a FullExprArg for the condition expr. | Anders Carlsson | 2009-05-17 | 1 | -4/+5 |
* | Make ActOnExprStmt take a FullExprArg. | Anders Carlsson | 2009-05-17 | 1 | -2/+2 |
* | Add the FullExprArg wrapper and use it for if statement conditions. | Anders Carlsson | 2009-05-17 | 1 | -4/+6 |
* | Reflow some comments. | Mike Stump | 2009-05-16 | 1 | -10/+9 |
* | Template instantiation for IndirectGotoStmt. Now my life is complete. | Douglas Gregor | 2009-05-16 | 1 | -7/+9 |
* | Template instantiation for switch statements | Douglas Gregor | 2009-05-15 | 1 | -116/+141 |
* | Template instantiation for "for" loops | Douglas Gregor | 2009-05-15 | 1 | -2/+3 |
* | Template instantiation for do-while statements. | Douglas Gregor | 2009-05-15 | 1 | -11/+15 |
* | Template instantiation for WhileStmt and CXXConditionDeclExpr. | Douglas Gregor | 2009-05-15 | 1 | -11/+13 |
* | Template instantiation for "if" statements. Also: | Douglas Gregor | 2009-05-15 | 1 | -12/+15 |
* | Instantiate return statements. | Anders Carlsson | 2009-05-15 | 1 | -1/+1 |
* | allow references to the larger value in a tied constraint | Chris Lattner | 2009-05-03 | 1 | -12/+28 |
* | code cleanup, avoid shadowing i. | Chris Lattner | 2009-05-03 | 1 | -4/+5 |
* | Don't insert an extra ParenExpr around asm operands. | Eli Friedman | 2009-05-03 | 1 | -9/+8 |
* | If we have mismatched integer tied operands, but the operand | Chris Lattner | 2009-05-03 | 1 | -1/+20 |
* | avoid a crash when we encounter a implicit cast of the paren expr due to | Chris Lattner | 2009-05-03 | 1 | -2/+2 |
* | rename some variables, improve comments. | Chris Lattner | 2009-05-03 | 1 | -9/+12 |
* | refactor matched operand type checking to happen after the AsmStmt is created, | Chris Lattner | 2009-05-03 | 1 | -17/+35 |
* | Replace more release+static_cast with takeAs. | Anders Carlsson | 2009-05-01 | 1 | -17/+16 |
* | Replace a bunch of static_cast + release with takeAs. | Anders Carlsson | 2009-05-01 | 1 | -8/+8 |