Age | Commit message (Expand) | Author |
2010-04-06 | Devote a special diagnostic to the typo | John McCall |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-30 | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall |
2010-03-30 | Add Support for 'warn_unused_result" attribute on | Fariborz Jahanian |
2010-03-29 | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor |
2010-03-12 | Improve the unused-value check to look into comma expressions and filter out | John McCall |
2010-03-01 | Keep an explicit stack of function and block scopes, each element of | Douglas Gregor |
2010-03-01 | Don't warn about case-value conversions from a negative value to a | Douglas Gregor |
2010-02-18 | Don't diagnose overflow in case statements when the conversion is a | Douglas Gregor |
2010-02-17 | For -Wswitch-enum warnings, be sure to look through typedefs of enum | Douglas Gregor |
2010-02-11 | When we have a dependent direct initializer but not a dependent | Douglas Gregor |
2010-02-08 | Warn when cases are missing from a switch on a value of enumeration | Douglas Gregor |
2010-02-05 | Standardize the parsing of function type attributes in a way that | John McCall |
2010-02-03 | Implement Doug's suggestion. Eliminate the Stmts pointer from CXXTryStmt and ... | Sam Weinig |
2010-02-03 | Remove the SmallVector from CXXTryStmt. | Sam Weinig |
2010-02-03 | Implement the lvalue-to-rvalue conversion where needed. The | Douglas Gregor |
2010-01-31 | Really trivial patch to accept pointer to const void in indirect goto. Despite | Chandler Carruth |
2010-01-30 | Remove the SmallVectors from AsmStmt. Fixes PR6105. | Anders Carlsson |
2010-01-30 | Use IdentifierInfo * instead of std::string for the AsmStmt names. | Anders Carlsson |
2010-01-30 | Combine AsmStmt::setOutputsAndInputs and AsmStmt::setClobbers. | Anders Carlsson |
2010-01-30 | StringRef-ize the TargetInfo::ConstraintInfo constructor. | Anders Carlsson |
2010-01-29 | Get rid of another old PerformCopyInitialization call. | Anders Carlsson |
2010-01-24 | Implement instantiation of AsmStmts (Crazy, I know) | Anders Carlsson |
2010-01-24 | fix PR6034, a crash on invalid where the switch stack would get | Chris Lattner |
2010-01-20 | Give UnresolvedSet the ability to store access specifiers for each declaration. | John McCall |
2010-01-19 | Implement goto inside of blocks. | Mike Stump |
2010-01-04 | Remember if the AsmStmt came from Microsoft-style inline assembly code. | Mike Stump |
2009-12-25 | Remove some dead variables clang-analyzer found. | Benjamin Kramer |
2009-12-22 | Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ... | Douglas Gregor |
2009-12-20 | fix PR4010: add support for the warn_unused_result for function pointers | Nuno Lopes |
2009-12-18 | Try to de-bork DISABLE_SMART_POINTERS build | Douglas Gregor |
2009-12-18 | Switch the initialization required by return statements over to the | Douglas Gregor |
2009-12-16 | Fix semantic diagnostics that embed English works, from Nicola Gigante! | Douglas Gregor |
2009-12-15 | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson |
2009-11-25 | Fix a thinko where we weren't always performing unary conversions on the swit... | Douglas Gregor |
2009-11-25 | When the condition of a switch() statement is semantically invalid, | Douglas Gregor |
2009-11-25 | Refactor ActOnFinishSwitchStmt to simplify it further | Douglas Gregor |
2009-11-25 | Refactor ActOnFinishSwitchStmt to simplify and reduce nesting | Douglas Gregor |
2009-11-25 | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor |
2009-11-24 | Clean up the AST for while loops and fix several problems with | Douglas Gregor |
2009-11-24 | Explicitly store the condition variable within switch statements, and | Douglas Gregor |
2009-11-23 | Explicitly track the condition variable within an "if" statement, | Douglas Gregor |
2009-11-23 | Require a class type to be complete before probing its conversion | Douglas Gregor |
2009-11-23 | Implement conversion from a switch condition with class type to an | Douglas Gregor |
2009-11-19 | Don't issue spurious diagnostic with Obj-C fast enumeration. | Fariborz Jahanian |
2009-11-16 | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor |
2009-11-14 | If we attempt to add a constructor template specialization that looks | Douglas Gregor |
2009-11-03 | Refine volatile handling, specifically, we must have the canonical | Mike Stump |