| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve the unused-value check to look into comma expressions and filter out | John McCall | 2010-03-12 | 1 | -4/+3 |
| * | Keep an explicit stack of function and block scopes, each element of | Douglas Gregor | 2010-03-01 | 1 | -4/+5 |
| * | Don't warn about case-value conversions from a negative value to a | Douglas Gregor | 2010-03-01 | 1 | -7/+5 |
| * | Don't diagnose overflow in case statements when the conversion is a | Douglas Gregor | 2010-02-18 | 1 | -3/+3 |
| * | For -Wswitch-enum warnings, be sure to look through typedefs of enum | Douglas Gregor | 2010-02-17 | 1 | -1/+1 |
| * | When we have a dependent direct initializer but not a dependent | Douglas Gregor | 2010-02-11 | 1 | -0/+9 |
| * | Warn when cases are missing from a switch on a value of enumeration | Douglas Gregor | 2010-02-08 | 1 | -1/+87 |
| * | Standardize the parsing of function type attributes in a way that | John McCall | 2010-02-05 | 1 | -1/+2 |
| * | Implement Doug's suggestion. Eliminate the Stmts pointer from CXXTryStmt and ... | Sam Weinig | 2010-02-03 | 1 | -3/+3 |
| * | Remove the SmallVector from CXXTryStmt. | Sam Weinig | 2010-02-03 | 1 | -1/+1 |
| * | Implement the lvalue-to-rvalue conversion where needed. The | Douglas Gregor | 2010-02-03 | 1 | -3/+3 |
| * | Really trivial patch to accept pointer to const void in indirect goto. Despite | Chandler Carruth | 2010-01-31 | 1 | -3/+3 |
| * | Remove the SmallVectors from AsmStmt. Fixes PR6105. | Anders Carlsson | 2010-01-30 | 1 | -3/+3 |
| * | Use IdentifierInfo * instead of std::string for the AsmStmt names. | Anders Carlsson | 2010-01-30 | 1 | -3/+11 |
| * | Combine AsmStmt::setOutputsAndInputs and AsmStmt::setClobbers. | Anders Carlsson | 2010-01-30 | 1 | -6/+3 |
| * | StringRef-ize the TargetInfo::ConstraintInfo constructor. | Anders Carlsson | 2010-01-30 | 1 | -5/+2 |
| * | Get rid of another old PerformCopyInitialization call. | Anders Carlsson | 2010-01-29 | 1 | -4/+12 |
| * | Implement instantiation of AsmStmts (Crazy, I know) | Anders Carlsson | 2010-01-24 | 1 | -1/+5 |
| * | 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 |