Age | Commit message (Expand) | Author |
2010-04-12 | Implement C++ [temp.local]p4, which specifies how we eliminate | Douglas Gregor |
2010-04-12 | change Scope::WithinElse to be a normal scope flag, widen the | Chris Lattner |
2010-04-12 | fix a fixme, stop evaluating getCurMethodDecl() repeatedly | Chris Lattner |
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 | Remove fixit for string literal comparison. Telling the user to use 'strcmp'... | Ted Kremenek |
2010-04-09 | Improve diagnostics when we fail to convert from a source type to a | Douglas Gregor |
2010-04-08 | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin |
2010-04-07 | Return early from Sema::MarkDeclarationReferenced when we know there | Douglas Gregor |
2010-04-06 | Implement the protected access restriction ([class.protected]), which requires | John McCall |
2010-04-02 | Diagnose invalid code with -fobjc-nonfragile-abi2 when | Fariborz Jahanian |
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 | Remove silly temporary comment. | John McCall |
2010-03-30 | Introduce a new kind of derived-to-base cast which bypasses the need for | John McCall |
2010-03-30 | Remember the regparm attribute in FunctionType::ExtInfo. | Rafael Espindola |
2010-03-30 | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall |
2010-03-30 | the big refactoring bits of PR3782. | Rafael Espindola |
2010-03-29 | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor |
2010-03-24 | Allow conversion of qualified Class type to unqualified | Fariborz Jahanian |
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-19 | Diagnose conversion of 'Class' to/from objective-c | Fariborz Jahanian |
2010-03-18 | Some cleanup, change diagnostic when assigning to | Fariborz Jahanian |
2010-03-17 | objective-c patch to provide type safty when blocks are passing or | Fariborz Jahanian |
2010-03-16 | Issue error when a byref array is accessed in a block | Fariborz Jahanian |
2010-03-16 | Audit all Preprocessor::getSpelling() callers, improving failure | Douglas Gregor |
2010-03-15 | Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. | John McCall |
2010-03-13 | Use SmallString instead of SmallVector | Kovarththanan Rajaratnam |
2010-03-11 | Warn about comparing an unsigned expression with 0 in tautological ways. | John McCall |
2010-03-10 | Statement expressions can be used in global- or namespace-scoped blocks | Douglas Gregor |
2010-03-06 | Allow use of byref (__block attributed) arrays inside | Fariborz Jahanian |
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 |
2010-03-01 | Start detangling the BlockSemaInfo/Sema mess. No functionality change. | Douglas Gregor |
2010-02-27 | Add an overload of Preprocessor::getSpelling which takes a SmallVector and | Benjamin Kramer |
2010-02-26 | At sabre's request, drop the FP bounds diagnostics down to warnings and file | John McCall |
2010-02-25 | When computing the composite pointer type for relational comparisons, | Douglas Gregor |
2010-02-25 | Remove some oogly code made dead by the pseudo-destructor | Douglas Gregor |
2010-02-24 | Keep track of the location of the '~' in a pseudo-destructor expression. | Douglas Gregor |
2010-02-24 | Retain complete source information for the type after the '~' in a | Douglas Gregor |
2010-02-24 | Retain source information for the "type-name ::" in a | Douglas Gregor |
2010-02-24 | ActOnPseudoDestructorExpr now performs all semantic analysis for | Douglas Gregor |
2010-02-21 | Eliminate the default arguments to ASTContext::getFunctionType(), | Douglas Gregor |