Age | Commit message (Expand) | Author |
2012-01-14 | Give OverloadCandidateSet the responsibility for destroying the implicit conv... | Benjamin Kramer |
2012-01-14 | objc: disallow __block attribute on method params. | Fariborz Jahanian |
2012-01-14 | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor |
2012-01-14 | Pool allocate ImplicitConversionSequences. | Benjamin Kramer |
2012-01-14 | OverloadCandidateSet: Stop exposing SmallVector internals | Benjamin Kramer |
2012-01-14 | Introduce Decl::getPreviousDecl() and Decl::getMostRecentDecl(), | Douglas Gregor |
2012-01-13 | Progress towards making isUsed() reflect whether a declaration is odr-used; d... | Eli Friedman |
2012-01-13 | Convert SemaTemplate*.cpp to pass a callback object to CorrectTypo. | Kaelyn Uhrain |
2012-01-13 | Make sure to consider non-DeclContext scopes properly when finding | Douglas Gregor |
2012-01-13 | Move identification of memory setting and copying functions (memset, | Anna Zaks |
2012-01-13 | Convert SemaExprMember.cpp to pass a callback object to CorrectTypo, | Kaelyn Uhrain |
2012-01-13 | Refactor for clarity. | Richard Smith |
2012-01-13 | PR11754: Reject non-static constexpr member functions in classes with virtual | Richard Smith |
2012-01-13 | constexpr is allowed on static member functions of non-literal classes. Per ... | Eli Friedman |
2012-01-13 | A few minor improvements to error recovery trying to access member of a funct... | Eli Friedman |
2012-01-13 | Don't crash while trying to diagnose a function declared at block scope with an | Richard Smith |
2012-01-13 | Fix up the calls to CorrectTypo in Sema*ObjC.cpp to use callback | Kaelyn Uhrain |
2012-01-12 | Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: | Richard Smith |
2012-01-12 | Convert SemaCXXScopeSpec.cpp to pass a callback object to CorrectTypo, | Kaelyn Uhrain |
2012-01-12 | objc: do not warn when converting to a const id qualfied by its | Fariborz Jahanian |
2012-01-12 | Convert SemaInit.cpp to pass a callback object to CorrectTypo. | Kaelyn Uhrain |
2012-01-12 | In Objective-C++, actually compute the base type of a member access | Douglas Gregor |
2012-01-12 | Add IsImplicit field in ObjCMessageExpr that is true when the message | Argyrios Kyrtzidis |
2012-01-12 | Fix some edge cases with C++ casts and placeholder expressions. | Eli Friedman |
2012-01-12 | objective-c: fixes a regression in looking up names | Fariborz Jahanian |
2012-01-11 | Improve the diagnostic when trying to redefine a typedef with a | Douglas Gregor |
2012-01-11 | Fix the caching in CorrectTypo so that other non-keyword identifiers | Kaelyn Uhrain |
2012-01-11 | minor refactoring to improve compile-time performance. | Fariborz Jahanian |
2012-01-11 | Add initial callback object support to Sema::CorrectTypo. | Kaelyn Uhrain |
2012-01-11 | objc-arc: evaluate 'readonly' property with no known | Fariborz Jahanian |
2012-01-11 | C11 allows typedefs to be redefined. Implement this in C11 mode, and | Douglas Gregor |
2012-01-11 | Start refactoring code for capturing variables and 'this' so that it is share... | Eli Friedman |
2012-01-11 | Do placeholder conversions on array bounds in both declarators and | John McCall |
2012-01-10 | When something goes wrong in type-checking a namespace definition, make the n... | Douglas Gregor |
2012-01-10 | objc-arc: fixes a crash when trying to find out retaining cycle | Fariborz Jahanian |
2012-01-10 | Remove a set, but unused variable. Found with GCC's warning. | Chandler Carruth |
2012-01-10 | Implement the missing pieces of Evaluate for _Complex types. With that compl... | Eli Friedman |
2012-01-10 | Per John's comment, it makes sense to ask isLambda on any CXXRecordDecl; make... | Eli Friedman |
2012-01-10 | Update C++11 scoped enumeration support to match the final proposal: | Richard Smith |
2012-01-10 | objc++: patch for IRgen for atomic properties of | Fariborz Jahanian |
2012-01-09 | Don't crash with -Wlarge-by-value-copy and a dependent type. PR11726. | Eli Friedman |
2012-01-09 | Fix "note" of a duplicate explicit instantiation definition following a speci... | Nico Weber |
2012-01-09 | Always allow redefinition of typedefs when modules are enabled. This | Douglas Gregor |
2012-01-09 | Made unknown builtin diagnostic remappable. | Abramo Bagnara |
2012-01-07 | Fixed TypeofExpr AST and code generation. | Abramo Bagnara |
2012-01-07 | Switch NamespaceDecl from its own hand-rolled redeclaration chain over | Douglas Gregor |
2012-01-07 | More lambda work: semantic analysis of capturing 'this'. It's a bit complica... | Eli Friedman |
2012-01-07 | Lambdas: semantic analysis of explicit captures. | Eli Friedman |
2012-01-06 | Suppress -Wunused-value within macros from system headers. | Matt Beaumont-Gay |
2012-01-06 | During name lookup, use redecl_iterator to walk over the redeclaration | Douglas Gregor |