| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement semantic analysis and an AST representation for the named | Douglas Gregor | 2010-05-15 | 1 | -76/+105 |
* | Recognize when the named return value optimization applies in a | Douglas Gregor | 2010-05-15 | 1 | -45/+37 |
* | Fixed DISABLE_SMART_POINTERS breakage | Douglas Gregor | 2010-05-06 | 1 | -2/+4 |
* | Rework our handling of temporary objects within the conditions of | Douglas Gregor | 2010-05-06 | 1 | -49/+37 |
* | Refactor Objective-C @catch parameter checking by detangling it from | Douglas Gregor | 2010-04-26 | 1 | -17/+5 |
* | Improve the AST representation of Objective-C @try/@catch/@finally | Douglas Gregor | 2010-04-23 | 1 | -10/+10 |
* | Implement PR6845. We allow matching constraints to have different | Chris Lattner | 2010-04-23 | 1 | -41/+60 |
* | Template instantiation for the Objective-C "fast enumeration" | Douglas Gregor | 2010-04-22 | 1 | -3/+6 |
* | Template instantiation for Objective-C++ @synchronized statements. | Douglas Gregor | 2010-04-22 | 1 | -1/+2 |
* | Implement template instantiation for Objective-C++ @throw statements. | Douglas Gregor | 2010-04-22 | 1 | -14/+24 |
* | make our existing "switch on bool" warning work for C. Since | Chris Lattner | 2010-04-16 | 1 | -1/+1 |
* | Collapse the three separate initialization paths in | Douglas Gregor | 2010-04-16 | 1 | -1/+5 |
* | 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 |