| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Devote a special diagnostic to the typo | John McCall | 2010-04-06 | 1 | -0/+17 | 
| *  | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -3/+3 | 
| *  | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -3/+3 | 
| *  | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -3/+3 | 
| *  | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall | 2010-03-30 | 1 | -16/+25 | 
| *  | Add Support for 'warn_unused_result" attribute on | Fariborz Jahanian | 2010-03-30 | 1 | -1/+7 | 
| *  | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor | 2010-03-29 | 1 | -1/+1 | 
| *  | 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 |