Age | Commit message (Expand) | Author |
2010-04-12 | When creating the implicitly-declared special member functions, be | Douglas Gregor |
2010-04-12 | Be sure to instantiate the parameters of a function, even when the | Douglas Gregor |
2010-04-11 | fix PR6811 by not parsing 'super' as a magic expression in | Chris Lattner |
2010-04-11 | actually the interface grossness in the previous patch was due to | Chris Lattner |
2010-04-11 | factor the code that handles "expr.field" when expr is a | Chris Lattner |
2010-04-09 | Instantiate default argument expressions even if their associated parameter | John McCall |
2010-04-08 | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin |
2010-04-08 | Implement dependent friend function template specializations. | John McCall |
2010-04-08 | Patch to implement gcc's cstyle arguments in objc | Fariborz Jahanian |
2010-04-07 | Return early from Sema::MarkDeclarationReferenced when we know there | Douglas Gregor |
2010-04-07 | Split Sema::ActOnFriendTypeDecl into Sema::CheckFriendTypeDecl (for | Douglas Gregor |
2010-04-07 | Implement code completion for Objective-C method declarations and | Douglas Gregor |
2010-04-06 | Minor clean up. | Fariborz Jahanian |
2010-04-06 | Implement the protected access restriction ([class.protected]), which requires | John McCall |
2010-04-02 | More cleanup. | Anders Carlsson |
2010-04-01 | Overhaul checking of non-type template arguments that should refer to | Douglas Gregor |
2010-03-31 | Patch implements gcc's -Wno-protocol option to suppress warning | Fariborz Jahanian |
2010-03-31 | Fix PR6327: restore invariants when there's a parse error in an initializer. | John McCall |
2010-03-30 | Recognize __attribute__((NSObject)) directly applied | Fariborz Jahanian |
2010-03-30 | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall |
2010-03-29 | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor |
2010-03-29 | Support __attribute__((packed)) (along with other attributes) at the | Douglas Gregor |
2010-03-28 | After performing template argument deduction for a function template, | Douglas Gregor |
2010-03-27 | Further improvement to point to category | Fariborz Jahanian |
2010-03-26 | Eliminate the non-InitializedEntity PerformCopyInitialization() and | Douglas Gregor |
2010-03-26 | Mark virtual methods that are used in tables included in VTTs as used. | Rafael Espindola |
2010-03-25 | Teach the diagnostic engine to provide more detailed information about | Douglas Gregor |
2010-03-25 | Improve our handling of local instantiation scopes in two related ways: | Douglas Gregor |
2010-03-24 | When a declaration of a function is missing an exception specification | Douglas Gregor |
2010-03-24 | Implement a framework for the delay of arbitrary diagnostics within | John McCall |
2010-03-23 | Only perform CFG-based warnings on 'static inline' functions that | Ted Kremenek |
2010-03-22 | -Wshadow should only warn about parameter declarations when we're | John McCall |
2010-03-20 | Refactor CFG-based warnings in Sema to be run by a worked object called Analy... | Ted Kremenek |
2010-03-20 | Implement -Wshadow for parameter declarations as well. | John McCall |
2010-03-19 | Remove the capture, serialization, and deserialization of comment | Douglas Gregor |
2010-03-19 | Remember the "found declaration" for an overload candidate, which is the | John McCall |
2010-03-18 | from code inspection, we were treating placement news with one argument as | John McCall |
2010-03-17 | Clean up after ourselves when there's an error parsing the base clause. | John McCall |
2010-03-16 | Implement -Wshadow. Based on a patch by Mike M.! | John McCall |
2010-03-16 | Perform access control for the implicit calls to base and member destructors | John McCall |
2010-03-16 | Access control for implicit calls to copy assignment operators and copy | John McCall |
2010-03-16 | Perform access control for the implicit base and member destructor calls | John McCall |
2010-03-12 | Split Sema::ActOnProperty() into two recursive functions to clearly separate | Ted Kremenek |
2010-03-11 | Warn about comparing an unsigned expression with 0 in tautological ways. | John McCall |
2010-03-11 | Maintain type source information for functions through template | John McCall |
2010-03-03 | Reinstate r97674 with a fix for the assertion that was firing in <list> | Douglas Gregor |
2010-03-03 | Revert r97674; it's causing failures | Douglas Gregor |
2010-03-03 | Implement disambiguation of base class members via a | Douglas Gregor |
2010-03-01 | Keep an explicit stack of function and block scopes, each element of | Douglas Gregor |
2010-03-01 | Implement jump checking for initialized c++ variables, implementing | Chris Lattner |