| Commit message (Expand) | Author | Age | Files | Lines |
| * | Feed proper source-location information into Sema::LookupSingleResult, | Douglas Gregor | 2010-04-15 | 1 | -5/+10 |
| * | Thread a Scope pointer into BuildRecoveryCallExpr to help typo | Douglas Gregor | 2010-04-14 | 1 | -1/+1 |
| * | Teach typo correction about various language keywords. We can't | Douglas Gregor | 2010-04-14 | 1 | -0/+24 |
| * | Return the corrected DeclarationName from Sema::CorrectTypo rather | Douglas Gregor | 2010-04-14 | 1 | -4/+4 |
| * | Implement typo correction for Objective-C message sends when the | Douglas Gregor | 2010-04-14 | 1 | -0/+6 |
| * | Support befriending members of class template specializations. | John McCall | 2010-04-13 | 1 | -0/+1 |
| * | Refactor and simplify the computation of implicit conversion sequences | Douglas Gregor | 2010-04-13 | 1 | -8/+0 |
| * | Improve source-location information for C++ conversion functions, by | Douglas Gregor | 2010-04-12 | 1 | -1/+2 |
| * | When creating the implicitly-declared special member functions, be | Douglas Gregor | 2010-04-12 | 1 | -2/+2 |
| * | Be sure to instantiate the parameters of a function, even when the | Douglas Gregor | 2010-04-12 | 1 | -3/+7 |
| * | fix PR6811 by not parsing 'super' as a magic expression in | Chris Lattner | 2010-04-11 | 1 | -6/+6 |
| * | actually the interface grossness in the previous patch was due to | Chris Lattner | 2010-04-11 | 1 | -3/+2 |
| * | factor the code that handles "expr.field" when expr is a | Chris Lattner | 2010-04-11 | 1 | -0/+7 |
| * | Instantiate default argument expressions even if their associated parameter | John McCall | 2010-04-09 | 1 | -0/+5 |
| * | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin | 2010-04-08 | 1 | -32/+33 |
| * | Implement dependent friend function template specializations. | John McCall | 2010-04-08 | 1 | -0/+4 |
| * | Patch to implement gcc's cstyle arguments in objc | Fariborz Jahanian | 2010-04-08 | 1 | -1/+1 |
| * | Return early from Sema::MarkDeclarationReferenced when we know there | Douglas Gregor | 2010-04-07 | 1 | -0/+4 |
| * | Split Sema::ActOnFriendTypeDecl into Sema::CheckFriendTypeDecl (for | Douglas Gregor | 2010-04-07 | 1 | -0/+2 |
| * | Implement code completion for Objective-C method declarations and | Douglas Gregor | 2010-04-07 | 1 | -0/+4 |
| * | Minor clean up. | Fariborz Jahanian | 2010-04-06 | 1 | -3/+0 |
| * | Implement the protected access restriction ([class.protected]), which requires | John McCall | 2010-04-06 | 1 | -14/+10 |
| * | More cleanup. | Anders Carlsson | 2010-04-02 | 1 | -3/+1 |
| * | Overhaul checking of non-type template arguments that should refer to | Douglas Gregor | 2010-04-01 | 1 | -2/+0 |
| * | Patch implements gcc's -Wno-protocol option to suppress warning | Fariborz Jahanian | 2010-03-31 | 1 | -1/+1 |
| * | Fix PR6327: restore invariants when there's a parse error in an initializer. | John McCall | 2010-03-31 | 1 | -0/+1 |
| * | Recognize __attribute__((NSObject)) directly applied | Fariborz Jahanian | 2010-03-30 | 1 | -1/+1 |
| * | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall | 2010-03-30 | 1 | -3/+13 |
| * | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor | 2010-03-29 | 1 | -11/+21 |
| * | Support __attribute__((packed)) (along with other attributes) at the | Douglas Gregor | 2010-03-29 | 1 | -1/+2 |
| * | After performing template argument deduction for a function template, | Douglas Gregor | 2010-03-28 | 1 | -4/+31 |
| * | Further improvement to point to category | Fariborz Jahanian | 2010-03-27 | 1 | -1/+1 |
| * | Eliminate the non-InitializedEntity PerformCopyInitialization() and | Douglas Gregor | 2010-03-26 | 1 | -3/+0 |
| * | Mark virtual methods that are used in tables included in VTTs as used. | Rafael Espindola | 2010-03-26 | 1 | -1/+2 |
| * | Teach the diagnostic engine to provide more detailed information about | Douglas Gregor | 2010-03-25 | 1 | -13/+1 |
| * | Improve our handling of local instantiation scopes in two related ways: | Douglas Gregor | 2010-03-25 | 1 | -4/+23 |
| * | When a declaration of a function is missing an exception specification | Douglas Gregor | 2010-03-24 | 1 | -0/+1 |
| * | Implement a framework for the delay of arbitrary diagnostics within | John McCall | 2010-03-24 | 1 | -1/+5 |
| * | Only perform CFG-based warnings on 'static inline' functions that | Ted Kremenek | 2010-03-23 | 1 | -1/+5 |
| * | -Wshadow should only warn about parameter declarations when we're | John McCall | 2010-03-22 | 1 | -1/+2 |
| * | Refactor CFG-based warnings in Sema to be run by a worked object called Analy... | Ted Kremenek | 2010-03-20 | 1 | -10/+0 |
| * | Implement -Wshadow for parameter declarations as well. | John McCall | 2010-03-20 | 1 | -1/+1 |
| * | Remove the capture, serialization, and deserialization of comment | Douglas Gregor | 2010-03-19 | 1 | -2/+0 |
| * | Remember the "found declaration" for an overload candidate, which is the | John McCall | 2010-03-19 | 1 | -17/+22 |
| * | from code inspection, we were treating placement news with one argument as | John McCall | 2010-03-18 | 1 | -0/+5 |
| * | Clean up after ourselves when there's an error parsing the base clause. | John McCall | 2010-03-17 | 1 | -0/+4 |
| * | Implement -Wshadow. Based on a patch by Mike M.! | John McCall | 2010-03-16 | 1 | -0/+1 |
| * | Perform access control for the implicit calls to base and member destructors | John McCall | 2010-03-16 | 1 | -4/+5 |
| * | Access control for implicit calls to copy assignment operators and copy | John McCall | 2010-03-16 | 1 | -0/+3 |
| * | Perform access control for the implicit base and member destructor calls | John McCall | 2010-03-16 | 1 | -56/+69 |